.wl2 .header .ribbon {
  padding: 0.3rem 0.7rem;
  border-radius: 0.25rem;
  background-color: #27863D;
  color: #292929;
  font-size: inherit;
  font-weight: 600;
}

.wl2 .header {
  position: fixed;
  top: 0;
  background-color: #27863D !important;
  height: 10.2rem !important;
  width: 100%;
  box-sizing: border-box;
  z-index: 1000;
  will-change: height;
  padding-bottom: 2.2rem;
  color: #292929;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  -moz-transition: height 0.2s ease-in-out;
  -o-transition: height 0.2s ease-in-out;
  -webkit-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
}
.wl2 .header .gap-1 {
  gap: 1rem;
}
.wl2 .header .margin-left-auto {
  margin-left: auto;
}
.wl2 .header .color-bmw {
  color: #27863D;
}
.wl2 .header .color-white {
  color: #FFF;
}
.wl2 .header + .page-container {
  -moz-transition: margin-top 0.2s ease-in-out;
  -o-transition: margin-top 0.2s ease-in-out;
  -webkit-transition: margin-top 0.2s ease-in-out;
  transition: margin-top 0.2s ease-in-out;
  margin-top: 10.2rem;
}
.wl2 .header .bar {
  background-color: rgba(255, 255, 255, 0.5);
  height: 2.2rem;
  font-size: 0.7rem;
}
.wl2 .header .bar .module-container {
  padding: 0 1rem;
}
.wl2 .header .module-container {
  width: 100%;
  height: 100%;
}
.wl2 .header .logo-container {
  display: flex;
  flex-grow: 1;
  align-items: center;
  height: 100%;
  margin-right: auto;
  text-decoration: none;
  gap: 1rem;
  margin-left: 11px;
}
.wl2 .header .logo-container .plr-2 {
  padding: 0 0.5rem 0 0.5rem;
  will-change: padding, font-size;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.wl2 .header .logo-container .logo {
  width: 146px;
  will-change: width;
  -moz-transition: width 0.2s ease-in-out;
  -o-transition: width 0.2s ease-in-out;
  -webkit-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}
.wl2 .header .logo-container .logo-subtext {
  will-change: padding, font-size;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.wl2 .header .logo-container .logo-subtext span {
  width: fit-content;
  display: block;
}
.wl2 .header .link-to-cart {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  padding: 0 2.8rem;
  color: #FFF;
  opacity: 0;
  transition: opacity 0.5s;
}
.wl2 .header.shrinked {
  height: 6.2rem !important;
}
.wl2 .header.shrinked + .page-container {
  margin-top: 6.2rem;
}
.wl2 .header.shrinked .logo-container .logo {
  width: 86px;
  margin-left: 0;
}
.wl2 .header.shrinked .logo-container .logo-subtext .font-size-5 {
  font-size: 0.9rem;
}
.wl2 .header.shrinked .logo-container .logo-subtext .font-size-6 {
  font-size: 0.8rem;
}
.wl2 .header.shrinked .logo-container .plr-2 {
  padding: 0 0.3rem 0 0.3rem;
}
.wl2 .header.shrinked .link-to-cart {
  opacity: 1;
}
@media (max-width: 767.98px) {
  .wl2 .header.shrinked .link-to-cart {
    padding: 0 1.5rem;
  }
}
@media (max-width: 575.98px) {
  .wl2 .header .subsidy-wrapper {
    display: none;
  }
  .wl2 .header .link-to-cart {
    display: none;
  }
}

/*# sourceMappingURL=header.css.map */
