/* Last update: 2025-07-07T03:26:02+00:00 */

.x-header_sticky-active {
  box-shadow: 0px -20px 40px var(--secondary-light-trans-90);
}
.wa-header-topbar {
  padding-inline: var(--section-padding-x);
  background-color: var(--secondary);
}
.wa-header-topbar-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-block: calc(var(--space-s) * 0.5);
  font-size: calc(var(--text-s) * 1.1);
}
.wa-header-topbar .sub-menu {
  background: var(--white);
  box-shadow: 0px 2px 20px var(--base-trans-10);
  border-radius: 2px;
  overflow: hidden;
  min-width: auto;
  display: flex;
  flex-direction: column;
  left: -0.8rem;
  top: 3.2rem;
}
.wa-header-topbar .sub-menu .menu-item {
  display: flex;
  margin: 0 !important;
  flex-direction: row;
  justify-content: center;
}
.wa-header-topbar .sub-menu .menu-item a {
  transition: 0.3s all ease-in-out;
  display: flex;
  color: var(--base);
  line-height: 1;
  padding: var(--space-s);
  padding-inline: var(--space-m);
  width: 100%;
}
.wa-header-topbar .sub-menu .menu-item a:hover {
  background: var(--base-ultra-light);
}
.wa-header-topbar .sub-menu .current-menu-item a {
  background-color: var(--accent) !important;
}
.wa-header-topbar-left {
  line-height: 1.15;
  display: flex;
  align-items: center;
}
.wa-header-topbar-left__img {
  border: 2px solid var(--primary);
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  margin-right: 0.8rem;
  position: relative;
  overflow: hidden;
}
.wa-header-topbar-left__img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.wa-header-topbar-left__body {
  display: flex;
  flex-direction: column;
}
.wa-header-topbar-left__text {
  font-size: var(--text-s);
}
.wa-header-topbar-left__text a {
  transition: 0.2s all ease-in-out;
  color: var(--base);
}
.wa-header-topbar-left__text a:hover {
  color: var(--primary);
}
.wa-header-topbar-left__text small {
  font-size: 80%;
  font-weight: 400;
}
.wa-header-topbar-right {
  display: flex;
  flex-direction: row;
  gap: var(--space-m);
  align-items: center;
}
.wa-header-topbar-right__menu li {
  margin-left: var(--space-m);
}
.wa-header-topbar-right__menu a {
  color: var(--base);
  transition: 0.2s all ease-in-out;
}
.wa-header-topbar-right__menu a:hover {
  color: var(--primary);
}
.wa-header-topbar-right__socials {
  display: flex;
  align-items: center;
  gap: var(--space-xs);
  margin-left: var(--space-m);
}
.wa-header-topbar-right__icon {
  width: 2.2rem;
  height: 2.2rem;
  display: flex;
  align-items: center;
}
.wa-header-topbar-right__icon path {
  transition: 0.2s all ease-in-out;
  fill: var(--base);
}
.wa-header-topbar-right__icon:hover path {
  fill: var(--primary);
}
.wa-header-main {
  padding-inline: var(--section-padding-x);
  display: flex;
  flex-direction: column;
}
.wa-header-main-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-m);
  padding-top: var(--space-s);
  padding-bottom: var(--space-s);
}
.wa-header-main-inner--mobile {
  height: 4.8rem;
  padding: 0 !important;
  margin-bottom: var(--space-s);
  display: none;
  gap: var(--space-s);
}
.wa-header-main__logo a {
  height: auto;
  width: 25rem;
  min-width: auto;
  position: relative;
}
.wa-header-main__logo a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.wa-header-main-center {
  height: 4.8rem;
  width: 40%;
  margin-inline: var(--space-l);
}
.wa-header-main-right {
  display: flex;
  flex-direction: row;
  gap: var(--space-xs);
}
.wa-header-main-button {
  transition: 0.2s all ease-in-out;
  height: 4.8rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 4.8rem;
  min-width: 4.8rem;
  min-height: 4.8rem;
  justify-content: center;
  flex-wrap: nowrap;
}
.wa-header-main-button svg path {
  transition: 0.2s all ease-in-out;
}
.wa-header-main-button:hover svg path {
  stroke: var(--primary);
}
.wa-header-main-button:hover:hover svg path {
  stroke: var(--primary);
}
.wa-header-main-button__wishlist:hover {
  stroke: var(--primary);
}
.wa-header-main-button__myacc:hover {
  stroke: var(--primary);
}
.wa-header-burger {
  display: none;
  background-color: var(--primary);
  padding-inline: var(--space-s);
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
  gap: var(--space-xs);
  transition: 0.2s ease-in-out;
  min-width: 4.8rem;
  height: 4.8rem;
}
.wa-header-burger__icon {
  width: 2.2rem;
  min-width: 2.2rem;
  min-height: 2.2rem;
  height: 2.2rem;
}
.wa-header-burger__text {
  color: var(--white) !important;
  font-weight: 700 !important;
  font-size: var(--text-s);
  text-transform: uppercase;
}
.wa-header-burger:hover {
  background-color: var(--primary-hover);
}
.x-offcanvas_inner {
  background-color: var(--white);
  width: 37.5rem;
  padding: 0;
  justify-content: space-between;
}
.x-offcanvas img {
  padding-inline: var(--space-xs);
  width: 70%;
  object-fit: contain;
  height: 5rem;
}
.x-offcanvas .x-tabs_list {
  border-top: 2px solid var(--primary);
  border-bottom: 1px solid var(--secondary-light);
}
.x-offcanvas .x-tabs_tab {
  width: 50%;
  text-align: center;
  white-space: nowrap;
  background-color: var(--secondary);
}
.x-offcanvas .x-tabs_tab span {
  font-size: calc(var(--text-m) *1.1);
  font-weight: 600;
  text-transform: uppercase;
}
.x-offcanvas .x-tabs_tab-selected {
  color: var(--white);
}
.x-offcanvas .x-tabs_slider {
  background-color: var(--primary) !important;
}
.x-offcanvas .x-tabs_content nav ul li {
  margin: 0;
}
.x-offcanvas .x-tabs_content nav ul li a {
  color: var(--base);
  font-size: calc(var(--text-m)* 1.2);
  padding: var(--space-m) var(--space-s);
  border-bottom: 1px solid var(--secondary-light);
  position: relative;
}
.x-offcanvas .x-tabs_content nav ul li a[aria-current="page"] {
  color: var(--primary) !important;
  font-weight: 600;
}
.x-offcanvas .x-tabs_content nav ul li button {
  position: absolute;
  top: 0;
  right: 0;
  width: 5.5rem;
  height: 100%;
  border-left: 1px solid var(--secondary-light);
  color: var(--base);
  background-color: var(--secondary-trans-30);
}
.x-offcanvas .x-tabs_panel-content {
  padding: 0;
}
.x-offcanvas ul li a {
  text-transform: uppercase !important;
  font-weight: 600 !important;
}
.x-offcanvas ul .sub-menu li.menu-item a {
  text-transform: none !important;
  font-weight: 500 !important;
  padding-left: var(--space-l) !important;
}
.x-offcanvas .wa-offcanvas-bottom {
  padding: var(--space-m) var(--space-s);
  background-color: var(--secondary);
  border-top: 2px solid var(--primary);
  align-items: center;
}
.x-offcanvas .wa-offcanvas-bottom .wa-header-topbar-left__text {
  font-size: calc(var(--text-m)* 1.1);
}
.x-offcanvas .wa-offcanvas-bottom .wa-header-topbar-left__text a {
  font-weight: 600;
}
.x-offcanvas .wa-offcanvas-close {
  width: 2.4rem;
  height: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  font-size: 2.4rem;
  position: absolute;
  top: var(--space-s);
  right: var(--space-s);
}
@media (max-width: 1200px) {
  body .wa-header-search .bricks-search-icon:after {
    display: none;
  }
}
@media (max-width: 991px) {
  .wa-header-topbar-right__socials {
    display: none;
  }
  .wa-header-topbar-right__menu {
    display: none;
  }
  .wa-header-main-inner--mobile {
    display: flex;
  }
  .wa-header-main-center {
    display: none;
  }
  .wa-header-main__logo {
    width: auto;
    height: auto;
    max-height: 4.8rem;
  }
  .wa-header-main__logo a {
    height: auto;
    width: auto;
    max-height: 4.8rem;
  }
  .wa-header-main__logo a img {
    max-height: 4.8rem;
  }
  .wa-header-main-button {
    width: 3rem !important;
    min-width: 3rem !important;
  }
  .wa-header-burger {
    display: flex;
  }
}
@media (max-width: 600px) {
  .wa-header-burger__text {
    display: none;
  }
}
@media (max-width: 479px) {
  .wa-header-topbar-left__text small {
    display: none;
  }
}
