:root {
  --vb-header-bg: #eeeae1;
  --vb-topbar-bg: #7f6252;
  --vb-white: #fff;
  --vb-text: #4b3f3b;
  --vb-muted: rgba(48, 36, 29, 0.5);
  --vb-text-filter: brightness(0) saturate(100%) invert(23%) sepia(9%)
    saturate(1167%) hue-rotate(347deg) brightness(92%) contrast(88%);
}

.vb-header {
  color: var(--vb-text);
  background: var(--vb-header-bg);
  position: sticky;
  top: 0;
  z-index: 1100;
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease;
  will-change: transform;

  ul {
    padding-inline-start: 0px;
  }
}

.vb-header.vb-header--scroll-hidden {
  transform: translateY(-100%);
  box-shadow: none;
}

.vb-header.vb-header--scroll-visible {
  transform: translateY(0);
  box-shadow: 0 10px 24px rgba(75, 63, 59, 0.12);
}

.vb-container {
  max-width: var(--wp--style--global--content-size);
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.vb-header__top,
.vb-header__nav.vb-header__nav--primary,
.vb-header__nav.vb-header__nav--secondary {
  padding: 0 20px;
}

.vb-header__top {
  background: var(--vb-topbar-bg);
  color: var(--vb-white);
  font-size: 13px;
  letter-spacing: 0.1px;
}

.vb-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 0;
}

.vb-topbar__left {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.vb-topbar__strong {
  font-weight: 700;
}

.vb-topbar__email {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: inherit;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.vb-icon {
  display: inline-flex;
  align-items: center;
}

.vb-header__main {
  padding: 18px 20px 20px 20px;
}

.vb-header__row {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  align-items: center;
}

.vb-header__search {
  position: relative;
  display: flex;
  align-items: center;
}

.vb-header__logo {
  text-align: center;
}

.vb-header__logo img {
  width: 215px;
  height: 75px;
  max-width: 100%;
  object-fit: contain;
}

.vb-header__site-name {
  font-family: "Baloo 2", "Trebuchet MS", sans-serif;
  font-size: 26px;
  text-decoration: none;
  color: var(--vb-text);
}

.vb-search {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 16px;
  padding: 0px 18px;
  gap: 16px;
  height: 40px;
  width: 320px;
  border: none;
  min-width: 0;
  overflow: hidden;
}

.vb-header__burger {
  display: none;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  align-items: center;
}

.vb-header__burger img {
  display: block;
}

.vb-header__search-close {
  display: none;
  width: 28px;
  height: 28px;
  margin-left: 12px;
  padding: 0;
  border: none;
  background: transparent;
  color: var(--vb-text);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  line-height: 1;
  flex: 0 0 auto;
}

.vb-header__live-search {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: 320px;
  max-width: calc(100vw - 40px);
  max-height: min(70vh, 420px);
  overflow-x: hidden;
  overflow-y: auto;
  background: var(--vb-white);
  background-clip: padding-box;
  border: 1px solid #e8ddd5;
  border-radius: 16px;
  box-sizing: border-box;
  clip-path: inset(0 round 16px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
  padding: 8px;
  z-index: 12;
  scrollbar-width: thin;
  scrollbar-color: var(--vb-text) var(--vb-white);
  scrollbar-gutter: stable;
  overscroll-behavior: contain;
  overscroll-behavior-y: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
}

.vb-header__live-search::-webkit-scrollbar {
  width: 8px;
}

.vb-header__live-search::-webkit-scrollbar-track {
  background: var(--vb-white);
  border-radius: 999px;
}

.vb-header__live-search::-webkit-scrollbar-thumb {
  background: var(--vb-text);
  border-radius: 999px;
}

.vb-header__live-search::-webkit-scrollbar-thumb:hover {
  background: #3f3430;
}

.vb-header__live-search::-webkit-scrollbar-button {
  display: none;
  width: 0;
  height: 0;
}

.vb-header__live-search::-webkit-scrollbar-button:single-button,
.vb-header__live-search::-webkit-scrollbar-button:vertical:decrement,
.vb-header__live-search::-webkit-scrollbar-button:vertical:increment,
.vb-header__live-search::-webkit-scrollbar-button:horizontal:decrement,
.vb-header__live-search::-webkit-scrollbar-button:horizontal:increment {
  display: none;
  width: 0;
  height: 0;
  background: transparent;
  border: 0;
}

.vb-header__live-search::-webkit-scrollbar-corner,
.vb-header__live-search::-webkit-scrollbar-track-piece {
  background: var(--vb-white);
}

.vb-header__live-search-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.vb-header__live-search-item {
  display: flex;
}

.vb-header__live-search-link {
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: start;
  gap: 12px;
  width: 100%;
  padding: 8px;
  border-radius: 12px;
  color: var(--vb-text);
  text-decoration: none;
}

.vb-header__live-search-link:hover,
.vb-header__live-search-link:focus-visible {
  background: rgba(238, 234, 225, 0.7);
  outline: none;
}

.vb-header__live-search-thumb {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 10px;
  background: #f6f2eb;
  align-self: start;
}

.vb-header__live-search-meta {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.vb-header__live-search-title {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
}

.vb-header__live-search-price,
.vb-header__live-search-empty {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  color: var(--vb-muted);
}

.vb-header__live-search-price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  flex-wrap: wrap;
}

.vb-header__live-search-price-old {
  text-decoration: line-through;
  opacity: 0.7;
}

.vb-header__live-search-price-current {
  color: var(--vb-text);
}

.vb-header__live-search-empty {
  padding: 12px 10px;
}

.vb-header__live-search-status {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 10px;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  color: var(--vb-muted);
}

.vb-header__live-search-status--more {
  padding: 10px 10px 6px;
}

.vb-header__live-search-spinner {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(75, 63, 59, 0.2);
  border-top-color: var(--vb-text);
  border-radius: 50%;
  animation: vb-live-search-spin 0.75s linear infinite;
  flex: 0 0 auto;
}

.vb-search__input {
  flex: 1;
  min-width: 0;
  border: none;
  background: transparent;
  outline: none;
  font-size: 14px;
  color: var(--vb-text);
  -webkit-appearance: none;
  appearance: none;
}

.vb-search__input::placeholder {
  color: var(--vb-muted);
}

.vb-search__input::-webkit-search-decoration,
.vb-search__input::-webkit-search-cancel-button,
.vb-search__input::-webkit-search-results-button,
.vb-search__input::-webkit-search-results-decoration {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}

.vb-search__button {
  border: none;
  background: transparent;
  color: var(--vb-text);
  cursor: pointer;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.vb-search__clear-icon {
  display: none;
  font-size: 28px;
  line-height: 1;
}

.vb-search__button img {
  display: block;
}

.vb-search__button .vb-search__clear-icon {
  display: none !important;
}

.vb-header__icons {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
}

/* Account dropdown (logged-in). */
.vb-header__account-menu-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.vb-header__account-menu {
  position: absolute;
  top: calc(100% + 12px);
  right: -18px;
  width: 278px;
  padding: 10px;
  border-radius: 18px;
  background: rgba(245, 245, 245, 1);
  border: 1px solid rgba(75, 63, 59, 0.12);
  box-shadow: 0 24px 48px rgba(75, 63, 59, 0.14);
  z-index: 1005;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.15s ease, transform 0.15s ease, visibility 0.15s ease;
}

.vb-header__account-menu::before {
  content: "";
  position: absolute;
  top: -7px;
  right: 24px;
  width: 14px;
  height: 14px;
  background: rgba(245, 245, 245, 1);
  border-left: 1px solid rgba(75, 63, 59, 0.12);
  border-top: 1px solid rgba(75, 63, 59, 0.12);
  transform: rotate(45deg);
}

.vb-header__account-menu-wrap:hover .vb-header__account-menu,
.vb-header__account-menu-wrap:focus-within .vb-header__account-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.vb-header__account-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 8px;
  color: rgba(75, 63, 59, 0.92);
  text-decoration: none !important;
  outline: none;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  /* Instant background change avoids hover "hairline" artifacts in some browsers. */
  transition: color 0.15s ease;
}

.vb-header__account-item:hover,
.vb-header__account-item:focus-visible {
  background: rgba(205, 174, 162, 0.12);
  color: rgba(75, 63, 59, 0.98);
  outline: none;
}

.vb-header__account-item::before {
  content: "";
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  background-color: currentColor;
  opacity: 1;
  -webkit-mask: url("../icons/user-account/user-circle.svg") no-repeat center / contain;
  mask: url("../icons/user-account/user-circle.svg") no-repeat center / contain;
}

.vb-header__account-item--dashboard::before {
  -webkit-mask: url("../icons/user-account/dashboard.svg") no-repeat center / contain;
  mask: url("../icons/user-account/dashboard.svg") no-repeat center / contain;
}

.vb-header__account-item--orders::before {
  -webkit-mask: url("../icons/user-account/order.svg") no-repeat center / contain;
  mask: url("../icons/user-account/order.svg") no-repeat center / contain;
}

.vb-header__account-item--downloads::before {
  -webkit-mask: url("../icons/user-account/receive.svg") no-repeat center / contain;
  mask: url("../icons/user-account/receive.svg") no-repeat center / contain;
}

.vb-header__account-item--addresses::before {
  -webkit-mask: url("../icons/user-account/location.svg") no-repeat center / contain;
  mask: url("../icons/user-account/location.svg") no-repeat center / contain;
}

.vb-header__account-item--edit-account::before {
  -webkit-mask: url("../icons/user-account/user-circle.svg") no-repeat center / contain;
  mask: url("../icons/user-account/user-circle.svg") no-repeat center / contain;
}

.vb-header__account-item--wishlist::before {
  -webkit-mask: url("../icons/user-account/heart.svg") no-repeat center / contain;
  mask: url("../icons/user-account/heart.svg") no-repeat center / contain;
}

.vb-header__account-item--logout::before {
  -webkit-mask: url("../icons/user-account/logout.svg") no-repeat center / contain;
  mask: url("../icons/user-account/logout.svg") no-repeat center / contain;
}

.vb-header__account-sep {
  height: 1px;
  background: rgba(75, 63, 59, 0.12);
  margin: 8px 6px;
}

.vb-header__account-item--logout {
  color: rgba(75, 63, 59, 0.88);
}

.vb-header__account-item--logout:hover,
.vb-header__account-item--logout:focus-visible {
  background: rgba(205, 174, 162, 0.12);
}

.vb-header__icon-stack {
  position: relative;
  width: 28px;
  height: 28px;
  display: inline-flex;
}

.vb-header__icon-stack .vb-header__icon {
  position: absolute;
  inset: 0;
  justify-content: center;
}

.vb-header__icon--search-mobile {
  display: none;
}

.vb-header__icon {
  position: relative;
  color: var(--vb-text);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}

.vb-header__icon--search-mobile,
.vb-header__icon--wishlist {
  opacity: 1;
  transition: opacity 0.2s ease;
}

.vb-header__icon.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.vb-header__count {
  position: absolute;
  top: -7px;
  right: -2px;
  background: var(--vb-text);
  color: var(--vb-white);
  font-size: 12px;
  height: 18px;
  width: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
}

.vb-header__count-wrap:empty {
  display: none;
}

.vb-header__wishlist-count {
  position: absolute;
  top: -5px;
  right: -8px;
  background: var(--vb-text);
  color: var(--vb-white);
  font-size: 12px;
  height: 18px;
  width: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  font-family: "Baloo 2", sans-serif;
  font-weight: 600;
}

.vb-header__wishlist-count-wrap:empty {
  display: none;
}

.vb-header__wishlist-count--plus {
  font-size: 10px;
}

.vb-header__count--plus {
  font-size: 10px;
}

.vb-mobile-menu {
  position: fixed;
  left: 0;
  right: 0;
  top: var(--vb-header-offset, 0px);
  height: calc(100vh - var(--vb-header-offset, 0px));
  height: calc(100dvh - var(--vb-header-offset, 0px));
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
}

.vb-mobile-menu__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.15);
  border: none;
  padding: 0;
}

.vb-mobile-menu__panel {
  position: relative;
  width: 100%;
  height: 100%;
  background: var(--vb-header-bg);
  padding: 0px 20px calc(20px + env(safe-area-inset-bottom, 0px)) 20px;
  box-sizing: border-box;
  overflow-y: auto;
  overscroll-behavior: contain;
  overscroll-behavior-y: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
  transform: translateX(-100%);
  transition: transform 0.25s ease;
}

.vb-mobile-menu--open {
  opacity: 1;
  pointer-events: auto;
}

.vb-mobile-menu--open .vb-mobile-menu__panel {
  transform: translateX(0);
}

.vb-mobile-menu__search {
  display: flex;
  width: 100%;
  margin-bottom: 12px;
}

.vb-mobile-menu__primary {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 12px;
}

.vb-mobile-menu__primary > .menu-item {
  width: 100%;
}

.vb-mobile-menu__primary .menu-item a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--vb-text);
  text-decoration: none;
  font-family: "Baloo 2", "Trebuchet MS", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.vb-mobile-menu__primary > .menu-item.menu-item-has-children > a {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  width: auto;
  white-space: nowrap;
}

.vb-mobile-menu__primary > .menu-item.menu-item-has-children > a::after {
  content: "";
  width: 26px;
  height: 26px;
  background: url("../icons/common/keyboard_arrow_down.svg") center / contain
    no-repeat;
  transform: rotate(0deg);
  transition: transform 0.2s ease;
  flex: 0 0 auto;
  top: -2px;
  position: relative;
}

.vb-mobile-menu__primary .sub-menu {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 0;
  padding: 0 14px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0);
  transition:
    max-height 0.28s ease,
    opacity 0.22s ease,
    margin 0.22s ease,
    padding 0.22s ease,
    transform 0.22s ease,
    background-color 0.22s ease;
  pointer-events: none;
}

.vb-mobile-menu__primary > .menu-item.is-open > .sub-menu {
  max-height: 100%;
  opacity: 1;
  transform: translateY(0);
  background: rgba(255, 255, 255, 0.5);
  border-radius: 16px;
  padding: 12px 14px;
  margin-top: 10px;
  pointer-events: auto;
  height: auto;
}

.vb-mobile-menu__primary .sub-menu .menu-item a {
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: var(--vb-text);
  margin-left: 0;
  background: transparent;
  padding: 0;
  border-radius: 0;
}

.vb-mobile-menu__primary > .menu-item:first-child > a {
  background: var(--vb-topbar-bg);
  color: #eeeae1;
  border-radius: 16px;
  padding: 16px 12px;
}

.vb-mobile-menu__primary > .menu-item:not(:first-child) > a {
  margin-left: 12px;
}

.vb-mobile-menu__primary > .menu-item:nth-child(2) > a {
  margin-top: 12px;
  margin-bottom: 12px;
}

.vb-mobile-menu__primary > .menu-item:first-child .vb-menu-icon img {
  filter: brightness(0) saturate(100%) invert(90%) sepia(6%) saturate(176%)
    hue-rotate(12deg) brightness(96%) contrast(90%);
}

.vb-mobile-menu__primary > .menu-item.is-open > a::after {
  transform: rotate(180deg);
}

.vb-mobile-menu__card {
  background: #cdaea2;
  border-radius: 16px;
  padding: 20px 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 12px;
}

.vb-mobile-menu__card .menu-item a {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  color: var(--vb-text);
  text-decoration: none;
  font-family: "Baloo 2", "Trebuchet MS", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.vb-mobile-menu__profile {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border-radius: 16px;
  padding: 12px;
  color: var(--vb-text);
  text-decoration: none;
  font-family: "Baloo 2", "Trebuchet MS", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 12px 0;
}

.vb-mobile-menu__profile img {
  display: block;
}

.vb-mobile-menu__contacts {
  display: flex;
  flex-direction: column;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: var(--vb-text);
}

.vb-mobile-menu__contact {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--vb-text);
  text-decoration: none;
  height: 37px;
}

.vb-mobile-menu__contact img {
  display: block;
}

.vb-mobile-menu__social {
  margin-top: 12px;
  display: inline-flex;
  gap: 12px;
  background: rgba(251, 251, 251, 0.5);
  border-radius: 16px;
  padding: 12px;
  width: fit-content;
}

.vb-mobile-menu__social a {
  display: inline-flex;
  align-items: center;
}

.vb-mobile-menu__icon {
  display: block;
}

.vb-mobile-menu__icon--sm {
  width: 20px;
  height: 20px;
}

.vb-mobile-menu__icon--lg {
  width: 24px;
  height: 24px;
}

body.vb-menu-open {
  overflow: hidden;
}

@media (max-width: 1024px) {
  body.vb-live-search-lock {
    overflow: hidden;
  }

  .vb-mobile-menu.vb-mobile-menu--results-open .vb-mobile-menu__panel {
    overflow: hidden;
  }

  .vb-header__account-menu-wrap {
    display: none;
  }
}

.vb-header__nav {
  background: var(--vb-header-bg);
}

.vb-menu {
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Baloo 2", "Trebuchet MS", sans-serif;
  font-size: 16px;
  font-weight: 600;
  gap: clamp(5px, 3vw, 10px);
  flex-wrap: wrap;
  text-transform: uppercase;
  letter-spacing: 0px;
}

.vb-menu--primary {
  row-gap: 8px;
}

.vb-menu a {
  color: var(--vb-text);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  line-height: 40px;
}

.vb-menu--primary a {
  white-space: normal;
}

.vb-menu .menu-item {
  position: relative;
}

.vb-menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: rgba(245, 245, 245, 1);
  border: 1px solid rgba(75, 63, 59, 0.12);
  border-radius: 8px;
  padding: 10px 0;
  display: none;
  z-index: 20;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.vb-menu .menu-item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 10px;
}

.vb-menu .sub-menu .menu-item {
  padding: 0;
}

.vb-menu .sub-menu a {
  display: block;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 16px;
  border-radius: 8px;
  margin: 2px 10px;
  text-decoration: none;
  transition: background-color 0.15s ease, color 0.15s ease;
}

.vb-menu .sub-menu a:hover,
.vb-menu .sub-menu a:focus-visible {
  background: rgba(205, 174, 162, 0.12);
  color: rgba(75, 63, 59, 0.98);
  outline: none;
}

.vb-menu-icon {
  display: inline-flex;
  align-items: center;
}

.vb-menu-icon img {
  width: 18px;
  height: 18px;
  display: block;
  object-fit: contain;
}

.vb-menu .menu-item:hover > .sub-menu,
.vb-menu .menu-item:focus-within > .sub-menu {
  display: block;
}

.vb-header__nav--secondary {
  background: #cdaea2;
  min-height: 40px;
}

.vb-header__secondary-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  column-gap: 24px;
  row-gap: 8px;
}

.vb-header__secondary-left,
.vb-header__secondary-right {
  flex: 0 1 auto;
}

.vb-header__nav--secondary .vb-menu,
.vb-header__nav--secondary .vb-menu a {
  color: var(--vb-white);
}

.vb-header__nav--secondary .vb-menu-icon img {
  filter: none;
}

.vb-header__nav--secondary .sub-menu {
  background: rgba(245, 245, 245, 1);
  border: 1px solid rgba(75, 63, 59, 0.12);
}

.vb-header__nav--secondary .vb-menu .sub-menu a {
  color: var(--vb-text) !important;
  font-size: 14px;
}

.vb-header__nav--secondary .vb-menu .sub-menu a:hover {
  background: rgba(205, 174, 162, 0.12);
  color: rgba(75, 63, 59, 0.98) !important;
  outline: none;
}

.vb-header__nav--secondary .sub-menu .vb-menu-icon img {
  filter: none;
}

.vb-header__nav--secondary .vb-menu-icon img,
.vb-header__nav--secondary .sub-menu .vb-menu-icon img {
  filter: none;
}

.vb-menu--secondary-left,
.vb-menu--secondary-right {
  gap: 7.6%;
}

.vb-header__nav--secondary .vb-menu--secondary-left,
.vb-header__nav--secondary .vb-menu--secondary-right {
  display: flex;
  align-items: center;
  gap: clamp(10px, 3vw, 48px);
  flex-wrap: nowrap;
  white-space: nowrap;
}

.vb-header__nav--secondary .vb-menu--secondary-left a,
.vb-header__nav--secondary .vb-menu--secondary-right a {
  text-decoration: none;
  display: flex;
  gap: 10px;
  color: inherit;
  font-size: 16px;
  font-weight: 600;
  font-family: "Baloo 2", "Trebuchet MS", sans-serif;
}

.vb-menu--secondary-left,
.vb-menu--secondary-right {
  text-transform: uppercase;
}

.vb-menu--secondary-left {
  justify-content: flex-start;
}

.vb-menu--secondary-right {
  justify-content: flex-end;
}

@media (max-width: 900px) {
  .vb-header__logo img {
    width: 143.33px;
    height: 50px;
  }

  .vb-menu {
    flex-wrap: wrap;
    justify-content: center;
  }

  .vb-header__secondary-inner {
    flex-direction: column;
  }
}

@media (max-width: 1024px) {
  .vb-header__nav {
    display: none;
  }

  .vb-topbar__email {
    display: none;
  }

  .vb-topbar {
    justify-content: center;
    padding: 12px 20px;
  }

  .vb-topbar__left {
    text-align: center;
    font-size: 12px;
  }

  .vb-header__row {
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    position: relative;
    min-height: 50px;
  }

  .vb-header__search {
    display: flex;
    align-items: center;
    min-width: 0;
  }

  .vb-header__main .vb-search {
    display: none;
  }

  .vb-header__burger {
    display: inline-flex;
  }

  .vb-header__icon--search-mobile {
    display: inline-flex;
  }

  .vb-header__icon--wishlist,
  .vb-header__icon--account {
    display: none;
  }

  .vb-header__logo img {
    width: 143.33px;
    height: 50px;
    min-width: 143.33px;
    min-height: 50px;
  }

  .vb-header__icons {
    justify-content: flex-end;
  }

  .vb-header__main {
    padding: 7px 20px 12px 20px;
    min-height: 69px;
  }

  .vb-header__row.vb-header__row--search-open {
    overflow: visible;
  }

  .vb-header__row.vb-header__row--search-open .vb-header__search {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    gap: 12px;
    justify-content: flex-end;
    overflow: visible;
    z-index: 1002;
    box-sizing: border-box;
  }

  .vb-header__row.vb-header__row--search-open .vb-header__logo,
  .vb-header__row.vb-header__row--search-open .vb-header__icons {
    display: none;
  }

  .vb-header__row.vb-header__row--search-open .vb-header__burger {
    display: none;
  }

  .vb-header__row.vb-header__row--search-open .vb-search {
    display: flex;
    flex: 0 1 auto;
    width: calc(100% - 40px);
    min-width: 0;
    max-width: calc(100% - 40px);
    box-sizing: border-box;
    animation: vb-header-search-expand 0.42s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .vb-header__row.vb-header__row--search-open .vb-header__search-close {
    display: inline-flex;
  }

  .vb-header__row.vb-header__row--search-open .vb-header__live-search {
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    width: auto;
    max-width: none;
    max-height: calc(100vh - var(--vb-header-offset, 0px) - 84px);
    z-index: 1003;
  }
}

.vb-mobile-menu__panel .vb-header__live-search--mobile {
  position: absolute;
  top: 52px;
  left: 20px;
  right: 20px;
  width: auto;
  max-width: none;
  max-height: calc(100% - 140px);
  margin-top: 0;
  box-sizing: border-box;
  z-index: 6;
}

@media (max-width: 1024px) {
  .vb-mobile-menu .vb-search {
    display: flex;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
}

@media (max-width: 1024px) {
  body.vb-menu-open .vb-header__icon--search-mobile {
    display: none;
  }

  body.vb-menu-open .vb-header__icon--wishlist {
    display: inline-flex;
  }
}

@media (max-width: 768px) {
  .vb-topbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .vb-search {
    width: 100%;
  }
}

@keyframes vb-header-search-expand {
  from {
    width: 0;
    max-width: 0;
    min-width: 0;
    opacity: 1;
  }

  to {
    opacity: 1;
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    min-width: 0;
  }
}

@keyframes vb-live-search-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (min-width: 1025px) {
  .vb-mobile-menu {
    display: none;
  }

  .vb-header__icon--search-mobile {
    display: none;
  }
}

.vb-mobile-menu .vb-menu-icon img {
  filter: var(--vb-text-filter);
}
