.header-nav {
  display: flex;
  justify-content: space-between;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Proxima Nova;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.154px;
}

.header-nav ul,
.header-nav li {
  margin: 0;
  padding: 0;
}

.header-nav a {
  color: #222;
}

.header-nav ul {
  display: flex;
  align-self: center;
}

.header-nav ul:nth-child(2) {
  gap: 32px;
}

.header-nav li {
  list-style: none;
}

.header-nav__backstep .header_url_link {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 8px;
}

.header-nav__backstep .icon {
  transform: rotateY(180deg);
}

.header-panel {
  position: relative;
}

.header-panel a {
  color: #fff;
}

.header-products__list {
  margin: 0;
  padding: 0;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 20px 28px 0px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 25px;
  width: 140px;
  display: none;
}

.header-products__list li,
.header-products-mobile__list li {
  list-style: none;
  padding: 8px 20px
}

.header-products__item {
  font-family: Proxima Nova;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.154px;
  margin: 0;
  color: #000;
}

.header-products-mobile__list {
  margin: 0;
  display: none;
}

.header-products-mobile__list .header-products__item {
  font-family: Proxima Nova;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.header.scrolled {
  background: #000;
}

.header .mobile-search-icon {
  display: none;
}

.header.scrolled .mobile-search-icon,
.header.header-has-background .mobile-search-icon {
  display: block;
}

.header.scrolled a {
  color: #fff;
}

.header.scrolled .searchbar-info {
  position: absolute;
  top: 5px;
  right: 10px;
}

.header.scrolled .search::before {
  bottom: 12px;
}

.searchbar-top.transparent {
  display: none;
}

body:has(.article-wrapper) .header,
.error-template .header,
.section-product .header {
  background: #000;
}

body:has(.article-wrapper) .searchbar-top,
.section-product .searchbar-top {
  display: block;
}

body:has(.article-wrapper) .searchbar-info,
.section-product .searchbar-info {
  top: 6px;
  right: 8px;
}

body:has(.article-wrapper) .wrapper-main,
.error-template .wrapper-main,
.section-product .wrapper-main {
  margin-top: 90px
}

.header.scrolled #query {
  position: relative;
}

@media (max-width: 768px) {
  .wrapper-header {
    overflow: hidden;
  }

  .header-nav {
    display: none;
  }

  .header-wrapper {
    align-items: center;
  }

  .header.is-open .content-container {
    background-color: #000;
  }

  #sidebar_mobile .container {
    padding: 28px 16px;
  }

  #sidebar_mobile .sidebar_mobile_item {
    font-family: Proxima Nova;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 133.333% */
    letter-spacing: -0.45px;
  }

  #sidebar_mobile .sidebar_mobile_item a {
    color: #000;
  }

  #sidebar_mobile .sidebar_mobile_list {
    display: grid;
    grid-gap: 24px;
    padding: 24px 16px;
  }

  #sidebar_mobile input {
    border: 1px solid #c0c0c0;
    position: relative;
  }

  #sidebar_mobile .sidebar_search {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0;
  }

  #sidebar_mobile .search-subtitle {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.154px;
    margin: 0;
    align-self: center;
  }

  .sidebar_mobile_menu {
    background: #fff;
  }

  .sidebar_mobile_footer {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }

  .account-button {
    display: flex;
    color: #fff;
    padding: 10px 16px;
    border-radius: 20px;
    text-transform: capitalize;
    font-weight: 400;
    width: fit-content;
    cursor: pointer;
    background: #000;
    flex-direction: row-reverse;
    gap: 4px;
    align-items: normal;
  }

  .account-button:hover {
    background: #333;
    color: #fff;
  }

  .section-product .wrapper-main {
    margin-top: 80px
  }

  .cross-icon span:first-child,
  .cross-icon span:last-child {
    display: none;
  }

  .cross-icon span:nth-child(2) {
    transform: rotate(50deg);
  }

  .cross-icon span:nth-child(3) {
    transform: rotate(-50deg);
  }

  body:has(.article-wrapper) .wrapper-main,
  .section-product .wrapper-main {
    margin-top: 80px
  }
}