.tcl-header__mega-menu {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04), 0px 2px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04), 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.tcl-header__mega-menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tcl-header__mega-menu-close-button {
  position: absolute;
  z-index: 2;
  right: 20px;
  top: 20px;
  cursor: pointer;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.tcl-header__mega-menu-texture {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.tcl-header__mega-menu[data-active=false] {
  visibility: hidden;
  opacity: 0;
}
.tcl-header__mega-menu[data-active=true] {
  visibility: visible;
  opacity: 1;
}
.tcl-header__mega-menu-content {
  position: relative;
  z-index: 1;
  display: none;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}
.tcl-header__mega-menu-sub-menu-level-1-heading {
  font-family: "Quicksand";
  line-height: 120%;
  font-style: normal;
  margin-top: 0;
  font-weight: 600;
  font-size: 24px;
}
.tcl-header__mega-menu-sub-menu-level-1-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 30px;
  padding-left: 30px;
}
.tcl-header__mega-menu-sub-menu-level-1-links a {
  color: #8f000a;
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 15px;
  text-align: right;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 1 !important;
}
.tcl-header__mega-menu-sub-menu-level-1-links a[data-active=true] {
  text-shadow: -0.5px -0.5px 0 #8f000a, 0.5px -0.5px 0 #8f000a, -0.5px 0.5px 0 #8f000a, 0.5px 0.5px 0 #8f000a;
}
.tcl-header__mega-menu-sub-menu-level-1-links a:hover {
  text-shadow: -0.5px -0.5px 0 #8f000a, 0.5px -0.5px 0 #8f000a, -0.5px 0.5px 0 #8f000a, 0.5px 0.5px 0 #8f000a;
}
.tcl-header__mega-menu-sub-menu-level-2 {
  gap: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.tcl-header__mega-menu-sub-menu-level-2[data-active=false] {
  display: none;
}
.tcl-header__mega-menu-sub-menu-level-2[data-active=true] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tcl-header__mega-menu-card-links-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(16.6666666667% - 26px + 4.3333333333px);
  min-width: calc(16.6666666667% - 26px + 4.3333333333px);
}
.tcl-header__mega-menu-card-links-container > *:nth-child(1) {
  margin-bottom: 5px;
}
.tcl-header__mega-menu-card-link {
  font-family: "Quicksand";
  line-height: 120%;
  font-style: normal;
  margin-top: 0;
  font-weight: 500;
  font-size: 21px;
  color: #000000 !important;
  text-decoration: none;
  letter-spacing: 0.02em;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tcl-header__mega-menu-card-link--medium {
  width: calc(16.6666666667% - 26px + 4.3333333333px);
  min-width: calc(16.6666666667% - 26px + 4.3333333333px);
}
.tcl-header__mega-menu-card-link--large {
  width: calc(33.3333333333% - 26px + 4.3333333333px);
  min-width: calc(33.3333333333% - 26px + 4.3333333333px);
}
.tcl-header__mega-menu-card-link-title {
  white-space: nowrap;
  font-weight: 500;
  font-size: 18px;
  line-height: 145%;
  color: #8f000a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tcl-header__mega-menu-card-link-title svg {
  width: 25px;
  margin-left: 5px;
  position: relative;
  top: 2px;
}
.tcl-header__mega-menu-card-link-title .tcl-header__mega-menu-card-link-title-wrapper {
  max-width: calc(100% - 30px);
  overflow: hidden;
}
.tcl-header__mega-menu-card-link-description {
  margin-top: 13px;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #545454;
}
.tcl-header__mega-menu-card-link-image {
  margin-bottom: 3px;
  position: relative;
}
.tcl-header__mega-menu-card-link-image::after {
  content: "";
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1) inset;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.tcl-header__mega-menu-card-link-image > img {
  display: block;
  width: 100%;
  border-radius: 5px;
}
.tcl-header__mega-menu-left, .tcl-header__mega-menu-right {
  position: relative;
  width: 100%;
  height: 100%;
}
.tcl-header__mega-menu-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 240px;
  min-width: 240px;
  padding-right: 25px;
}
.tcl-header__mega-menu-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: calc(100% - 240px);
}
.tcl-header__mega-menu-right .lazy.loaded {
  -webkit-animation: none;
          animation: none;
}

.tcl-mega-menu-mobile {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 200;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.tcl-mega-menu-mobile a {
  opacity: 1 !important;
}
.tcl-mega-menu-mobile__wrapper {
  height: 100%;
  padding-top: 140px;
  overflow: auto;
}
.tcl-mega-menu-mobile__wrapper > div {
  min-height: 100%;
  overflow: hidden;
  padding-bottom: 20px;
}
@media (min-width: 1200px) {
  .tcl-mega-menu-mobile {
    display: none !important;
  }
}
.tcl-mega-menu-mobile[data-active=false] {
  visibility: hidden;
  opacity: 0;
}
.tcl-mega-menu-mobile[data-active=true] {
  visibility: visible;
  opacity: 1;
}
.tcl-mega-menu-mobile__group[data-active=true] .tcl-mega-menu-mobile__sub-menu-level-1-label span {
  visibility: visible;
  opacity: 1;
}
.tcl-mega-menu-mobile__main-link {
  margin-bottom: 20px;
}
.tcl-mega-menu-mobile__main-link > a {
  font-size: 28px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #000000;
  text-decoration: none;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 50px;
}
.tcl-mega-menu-mobile__main-link > a > span {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.tcl-mega-menu-mobile__main-link > a > span svg {
  width: 20px;
  height: auto;
}
.tcl-mega-menu-mobile__main-link[data-active=true] a span {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.tcl-mega-menu-mobile__sub-menu-level-1 {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.4s ease;
  -o-transition: height 0.4s ease;
  transition: height 0.4s ease;
}
.tcl-mega-menu-mobile__sub-menu-level-1-label {
  position: absolute;
  left: 0;
  top: 100%;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  color: rgba(0, 0, 0, 0.1);
  font-weight: bold;
  font-size: 40px;
  line-height: 1;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tcl-mega-menu-mobile__sub-menu-level-1-label span {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.tcl-mega-menu-mobile__sub-menu-level-1-heading {
  font-weight: 400;
  font-size: 28px;
  line-height: 130%;
  color: #000000;
}
.tcl-mega-menu-mobile__sub-menu-level-1-links {
  padding-left: 20px;
  position: relative;
  overflow: hidden;
}
.tcl-mega-menu-mobile__sub-menu-level-1-content {
  padding-bottom: 30px;
}
.tcl-mega-menu-mobile__sub-menu-level-2 {
  height: auto !important;
  overflow: visible !important;
}
.tcl-mega-menu-mobile__sub-menu-level-2-link {
  color: #8f000a !important;
}
.tcl-mega-menu-mobile__sub-menu-level-2-group:not(:last-child) {
  margin-bottom: 10px;
}
.tcl-mega-menu-mobile__sub-menu-level-2-group > a {
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 400;
  font-size: 20px;
  line-height: 110%;
  color: #000000;
  text-decoration: none;
}
.tcl-mega-menu-mobile__sub-menu-level-2-group > a > span > svg {
  width: 16px;
  height: 16px;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.tcl-mega-menu-mobile__sub-menu-level-2-group > a[data-active=true] > span > svg {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.tcl-mega-menu-mobile__sub-menu-level-2-content {
  padding: 20px 0 10px;
}
@media (min-width: 768px) {
  .tcl-mega-menu-mobile__sub-menu-level-2-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100% + 10px);
    margin-left: -5px;
  }
  .tcl-mega-menu-mobile__sub-menu-level-2-content a {
    width: calc(33.3333333333% - 10px) !important;
    margin: 5px;
  }
}
.tcl-mega-menu-mobile__sub-menu-level-2-content a {
  width: 100%;
  display: block;
  margin-bottom: 25px;
  color: #8f000a;
  text-decoration: none;
}
.tcl-mega-menu-mobile__sub-menu-level-2-content a span {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tcl-mega-menu-mobile__sub-menu-level-2-content a svg {
  margin-left: 20px;
  position: relative;
  top: 2px;
  width: 20px;
  height: 20px;
}
.tcl-mega-menu-mobile__sub-menu-level-2-content a svg path {
  stroke: #8f000a;
}
.tcl-mega-menu-mobile__image-link {
  width: 100%;
  padding-bottom: 53.8461538462% !important;
  height: 0;
  position: relative;
}
.tcl-mega-menu-mobile__image-link img {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

.tcl-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.tcl-header__wrapper {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04), 0px 2px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04), 0px 2px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
}
.tcl-header-line {
  background-color: #f8f9fa;
  position: relative;
  z-index: 1000;
}
.tcl-header-line-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 50px;
  gap: 40px;
}
.tcl-header-line-points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #001d18;
}
.tcl-header-line-reference {
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
}

@media (max-width: 1199px) {
  .tcl-header-line-points {
    display: none;
  }
}
@media (max-width: 1199px) {
  .tcl-header-line-reference {
    display: none;
  }
}
.tcl-header-line-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
}
.tcl-header-line-phone a {
  text-decoration: none;
  padding: 4px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  background-color: rgba(0, 29, 24, 0.1);
  border-radius: 5px;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  height:26px;
}
.tcl-header-line-pricecalculator a {
  text-decoration: none;
  padding: 4px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  background-color: rgba(0, 29, 24, 0.1);
  border-radius: 5px;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  height:26px;
}
.tcl-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1199px) {
  .tcl-header__content {
    height: 70px;
  }
}
.tcl-header__logo {
  width: 115px;
}
@media (max-width: 1199px) {
  .tcl-header__logo {
    width: 70px;
  }
}
.tcl-header__logo a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tcl-header__logo a .tcl-picture {
  width: 100%;
}
.tcl-header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1199px) {
  .tcl-header__menu {
    display: none;
  }
}
.tcl-header__menu-link {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tcl-header__menu-link a {
  color: #282a3e;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  text-decoration: none;
  padding: 0 20px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1440px) {
  .tcl-header__menu-link a {
    font-size: 17px;
  }
}
.tcl-header__right-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tcl-header__right-links a {
  text-decoration: none;
}
.tcl-header__right-links svg {
  width: 30px;
  height: 30px;
}
.tcl-header__right-link--cart {
  position: relative;
}
.tcl-header__right-link--cart span {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  position: absolute;
  top: 6px;
  left: 3px;
}
.tcl-header__right-link--cart.active .cart-empty {
  display: none;
}
.tcl-header__right-link--cart.active .cart-full {
  display: block !important;
}
.tcl-header__right-link--bookmarks {
  position: relative;
}
.tcl-header__right-link--bookmarks.active svg path:nth-child(1) {
  fill: #001d18;
}
.tcl-header__right-link--bookmarks span {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 10px;
  font-weight: 500;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  top: 4px;
  left: 5px;
}
.tcl-header__right-link--loggin {
  position: relative;
}
.tcl-header__hamburger {
  display: none;
  width: auto;
  height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 1199px) {
  .tcl-header__hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.tcl-header__hamburger .hamburger .line {
  width: 20px;
  height: 2px;
  background-color: #001d18;
  display: block;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tcl-header__hamburger .hamburger.is-active .line:nth-child(2) {
  opacity: 0;
}
.tcl-header__hamburger .hamburger.is-active .line:nth-child(1) {
  -webkit-transform: translateY(7px) rotate(45deg);
      -ms-transform: translateY(7px) rotate(45deg);
          transform: translateY(7px) rotate(45deg);
}
.tcl-header__hamburger .hamburger.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-7px) rotate(-45deg);
      -ms-transform: translateY(-7px) rotate(-45deg);
          transform: translateY(-7px) rotate(-45deg);
}
.tcl-header__notification {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #ffffff;
  text-align: center;
  background-color: #001d18;
  -webkit-clip-path: polygon(calc(100% - 20px) 10px, 100% 10px, 100% 100%, 0 100%, 0 10px, calc(100% - 50px) 10px, calc(100% - 35px) 0);
          clip-path: polygon(calc(100% - 20px) 10px, 100% 10px, 100% 100%, 0 100%, 0 10px, calc(100% - 50px) 10px, calc(100% - 35px) 0);
  padding: 30px 20px 20px 20px;
  position: absolute;
  width: 300px;
  top: calc(100% + 30px);
  right: -20px;
  pointer-events: none;
}
.tcl-header__active-user {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  line-height: 100%;
  color: #001d18;
  position: absolute;
  left: calc(100% + 10px);
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 115px;
  word-wrap: break-word;
}
@media (max-width: 1199px) {
  .tcl-header__active-user {
    display: none;
  }
}
.cu-promo-line{
	background-color: #8f000a;
	color: #fff;
	padding: 0 5px;
}
.cu-promo-line .marquee-container {
  width: 100%;
  overflow: hidden; 
  white-space: nowrap; 
  color: #fff;
}
.cu-promo-line .marquee-track {
  display: flex;
  width: 100%; 
  animation: scroll 30s linear infinite;
}

.cu-promo-line .marquee-content span{
	color:#fff !important;
}
.cu-promo-line .marquee-content {
  padding-right: 50px; 
}
@media (max-width: 768px) {
  .marquee-track {
    animation: none; 
    width: 100%;     
    justify-content: center; 
    transform: none !important;
  }
  .marquee-content {
    display: none; 
  }
  
  .marquee-content:first-child {
    display: block; 
    padding-right: 0; 
    text-align: center;
    white-space: normal; 
    font-size: 13px; 
  }
  
}


@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.marquee-container:hover .marquee-track {
  animation-play-state: paused;
}