/* THIS FILE IS GENERATED AUTOMATICALLY, DO NOT MODIFY IT DIRECTLY, ANY DIRECT CHANGES WILL BE LOST */
/* Last update: 2025-12-06T03:23:00+00:00 */

.wa-header-topbar {
  padding-inline: var(--section-padding-x);
}
.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 5px 15px var(--base-trans-20);
  border-radius: var(--radius-s);
  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 {
  font-weight: 700;
  transition: 0.2s all ease-in-out;
}
.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;
  align-items: center;
}
.wa-header-topbar-right__menu li {
  margin-left: var(--space-m);
}
.wa-header-topbar-right__menu a {
  font-weight: 700;
  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;
  background: var(--secondary) !important;
}
.wa-header-main-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-s);
  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: 100%;
  margin-inline: var(--space-l);
}
.wa-header-main-right {
  display: flex;
  flex-direction: row;
  gap: var(--space-xs);
}
.wa-header-main-button {
  border-radius: var(--radius-s);
  transition: 0.2s;
  padding: 0 var(--space-xs);
  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__icon__icon {
  width: 2.3rem;
  height: 2.3rem;
}
.wa-header-main-button:hover svg path {
  stroke: var(--primary);
}
.wa-header-main-button:hover:hover {
  background-color: var(--primary);
}
.wa-header-main-button:hover:hover svg path {
  stroke: var(--white);
}
.wa-header-main-button__wishlist {
  background-color: var(--primary-trans-20);
}
.wa-header-main-button__wishlist:hover {
  background-color: var(--primary);
  stroke: var(--white);
}
.wa-header-main-button__myacc {
  background-color: var(--primary-trans-20);
}
.wa-header-main-button__myacc:hover {
  background-color: var(--primary);
  stroke: var(--white);
}
.wa-header-main-button__addtocart {
  background-color: var(--action);
}
.wa-header-main-button__addtocart:hover {
  background-color: var(--action-hover);
}
.wa-header-burger {
  display: none;
  background-color: var(--primary);
  border-radius: var(--radius-s);
  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);
}
.wa-megamenu-wrapper {
  background: var(--primary);
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  --navigation-height: 6rem;
  height: var(--navigation-height);
}
@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, .wa-header-main a {
    width: auto;
    height: 4.8rem;
  }
  .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;
  }
}
