.wa-header {
  box-shadow: 0px 4px 106px rgba(0, 0, 0, 0.35) !important;
}
.oxy-sticky-header-active .wa-header__primary-area {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
.wa-topbar-desktop-menu .menu-item {
  margin: 0 var(--space-s);
}
.wa-topbar-desktop-menu .menu-item a::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 2px;
  transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15);
  background-color: var(--primary);
}
.wa-topbar-desktop-menu .menu-item:hover a::after {
  width: 100%;
}
.wa-header__primary-area .wa-header__search {
  width: 88% !important;
}
.wa-header__search form {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.wa-header__search input {
  height: 50px;
  border-radius: var(--radius-m);
  padding-left: var(--space-s);
  padding-right: var(--space-s);
}
.wa-header__search input[type="search"] {
  border: 2px solid var(--shade-ultra-light);
  width: 100%;
  border-radius: var(--radius-m);
}
.wa-header__search input[type="search"]:focus {
  border-color: var(--shade-light);
}
.wa-header__search input[type="search"]::placeholder {
  color: var(--shade-medium);
  font-size: 1.6rem;
}
.wa-header__search input[type="search"]:focus-visible {
  outline: none !important;
}
.wa-header__search button {
  display: flex;
  align-items: center;
  height: 50px;
  border-top-right-radius: var(--radius-m);
  border-bottom-right-radius: var(--radius-m);
  padding: 0px 20px;
  margin-left: -12px;
  font-size: 1.4rem;
  background: var(--primary);
  border: 2px solid var(--primary);
  color: #fff;
  cursor: pointer;
}
.wa-header__search button:hover {
  background: var(--primary-hover);
  color: #fff;
  border-color: var(--primary-hover);
}
.wa-header__search button:before {
  content: "";
  background-image: url(/wp-content/themes/wooptima-oxygen-theme/assets/icons/loupe.svg);
  background-size: cover;
  width: 2rem;
  height: 2rem;
  margin-right: 0.8rem;
}
.wa-header-user-btn__text {
  font-size: 0px !important;
  transition: 0.2s all;
}
.wa-header-user-btn__icon > svg {
  width: 25px !important;
  height: 25px !important;
}
.wa-header-user-btn:hover .wa-header-user-btn__text {
  font-size: var(--text-s) !important;
  font-weight: 700;
  margin-left: 7px;
  color: #fff !important;
  transition: 0.2s all ease-in-out;
}
.wa-header-user-btn:hover .wa-header-user-btn__name {
  color: #fff !important;
  transition: 0.2s all ease-in-out;
}
.wa-header-user-btn:hover .wa-header-user-btn__icon {
  color: #fff;
}
.wa-header__mobile-search__icon > svg {
  width: 27px !important;
  height: 27px !important;
}
.wa-header__mobile-search:hover svg {
  fill: #fff !important;
}
.wa-search-modal .wa-header__search {
  width: 100% !important;
}
.wa-search-modal .wa-header__search .widget.woocommerce.widget_product_search {
  width: 100%;
}
.wa-search-modal .wa-header__search button {
  font-size: 0px;
}
.wa-search-modal .wa-header__search button:before {
  margin-right: 0px;
}
@media only screen and (max-width: 992px) {
  .wa-header-user-btn__text {
    display: none;
  }
  .wa-header-user-btn__name {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .wa-header-user-btn__icon > svg {
    width: 20px;
    height: 20px;
  }
  .wa-header__mobile-search__icon > svg {
    width: 20px;
    height: 20px;
  }
}
.wa-footer__menu .menu-item {
  margin: calc(var(--space-xs) * 0.8) 0;
}
.wa-footer__menu .menu-item a {
  color: var(--primary-light);
}
.wa-footer__menu .menu-item a:hover {
  color: var(--shade-white);
}
.wa-footer__menu .menu-item a::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 2px;
  border-radius: var(--radius-m);
  transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15);
  background-color: var(--primary-light);
}
.wa-footer__menu .menu-item:hover a::after {
  width: 100%;
}

