.oxy-sticky-header-active .wa-header__primary-area {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}

body .wa-header-notice {
  width: 100%;
  padding: var(--space-xs);
  flex-direction: row;
  align-items: center;
  column-gap: var(--space-s);
  justify-content: center;
  flex-wrap: wrap;
}
body .wa-header-notice__text {
  line-height: 1.1;
}
body .wa-header-notice__text strong {
  font-weight: 700;
}
body .wa-header-notice-button {
  padding-inline: var(--space-m);
  padding-block: 0.3rem;
  border-radius: var(--radius-s);
  transition: 0.2s all ease-in-out;
}
body .wa-header-notice-button__text {
  font-weight: 700;
}
body .wa-header-notice-button:hover {
  opacity: 0.8;
}

.wa-topbar-desktop-menu .menu-item {
  margin: 0 var(--space-s);
}
.wa-topbar-desktop-menu .menu-item:last-of-type {
  margin-right: 0px !important;
}
.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__bottom-area {
  --navigation-height: 7rem;
  min-height: var(--navigation-height) !important;
  height: var(--navigation-height) !important;
}

.oxy-header-center {
  justify-content: flex-start !important;
}

.wa-header__primary-area .wa-header__search {
  display: flex;
  justify-content: center;
  width: 88% !important;
}
.wa-header__primary-area .wa-header__search .widget_product_search {
  width: 100%;
  max-width: 650px;
}

.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(--primary);
  width: 100%;
  border-radius: var(--radius-s);
}
.wa-header__search input[type=search]:focus {
  border-color: var(--primary-hover);
}
.wa-header__search input[type=search]::placeholder {
  color: #B5B4B4;
  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-s);
  border-bottom-right-radius: var(--radius-s);
  padding: 0px 20px;
  margin-left: -12px;
  font-size: 1.4rem;
  font-weight: 700;
  background: var(--primary);
  border: 2px solid var(--primary);
  color: white;
  cursor: pointer;
}
.wa-header__search button:hover {
  background: var(--primary-hover);
  border-color: var(--primary-hover);
}
.wa-header__search button:before {
  content: "";
  background-image: url(/wp-content/uploads/2022/07/magnifier-1.svg);
  background-size: cover;
  filter: brightness(20);
  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:hover .wa-header-user-btn__text {
  font-size: var(--text-s) !important;
  font-weight: 700;
  margin-left: 7px;
  transition: 0.2s all ease-in-out;
}
.wa-header-user-btn:hover .wa-header-user-btn__name {
  transition: 0.2s all ease-in-out;
}

.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;
  }
}
.home .wa-footer-main-wrapper {
  position: relative;
}
.home .wa-footer-main-wrapper:after {
  content: "";
  background: url(/wp-content/uploads/2022/08/triangel-3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  position: absolute;
  right: 0;
  bottom: 0;
  width: -webkit-fill-available;
  height: 125%;
  z-index: -1;
}

.wa-footer-main-wrapper {
  position: relative;
}
.wa-footer-main-wrapper:after {
  content: "";
  background: url(/wp-content/uploads/2022/08/triangel-3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  position: absolute;
  right: 0;
  bottom: 0;
  width: -webkit-fill-available;
  height: 110%;
  z-index: -1;
}

.wa-footer__menu .menu-item {
  margin: calc(var(--space-xs) * 0.8) 0;
  width: fit-content;
}
.wa-footer__menu .menu-item a {
  color: var(--base);
}
.wa-footer__menu .menu-item a:before {
  content: url(/wp-content/uploads/2022/07/Group-1.svg);
  width: 24px;
}
.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);
}
.wa-footer__menu .menu-item:hover a::after {
  width: 100%;
}

.page-id-25 .wa-footer-copyright, .page-id-26 .wa-footer-copyright {
  box-shadow: 0px -15px 50px 0px rgba(0, 0, 0, 0.031372549);
}
.page-id-25 .wa-footer-copyright .ct-section-inner-wrap, .page-id-26 .wa-footer-copyright .ct-section-inner-wrap {
  flex-direction: column-reverse !important;
  gap: var(--space-m);
}
.page-id-25 .wa-footer-copyright #div_block-253-38, .page-id-26 .wa-footer-copyright #div_block-253-38 {
  gap: var(--space-xl);
  height: 55px;
}
.page-id-25 .wa-footer-copyright #div_block-253-38 img, .page-id-26 .wa-footer-copyright #div_block-253-38 img {
  height: 50px;
  max-height: 65px;
  width: auto;
}
@media (max-width: 500px) {
  .page-id-25 .wa-footer-copyright #div_block-253-38 img, .page-id-26 .wa-footer-copyright #div_block-253-38 img {
    height: 30px !important;
  }
}

.wa-footer-link {
  position: relative;
}
.wa-footer-link::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-footer-link:hover::after {
  width: 100%;
}

.wa-footer .wa-footer__inner-wrapper {
  display: grid !important;
  grid-auto-flow: column !important;
  gap: var(--space-xxl) !important;
  justify-items: stretch;
}
