.vimpromo-header {
  width: 100%;
  height: 72px;
  background: #fff;
  font-family: "DM Sans", Arial, sans-serif;
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 0;
  display: flex;
  align-items: center;
}

.vph-inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 1280px;
  height: 72px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0;
  font-weight: 600;
  font-size: 13px;
}

.vph-logo {
  flex: 0 0 200px;
  display: flex;
  align-items: center;
}

.vph-logo img {
  display: block;
  width: 150px;
  max-width: 100%;
}

.vph-nav {
  flex: 1 1 auto;
}

.vph-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}

.vph-menu li {
  margin: 0;
  padding: 0;
}

.vph-menu > li {
  position: relative;
}

.vph-menu a {
  color: #111;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
  white-space: nowrap;
  padding: 13px 14px;
}

body.vimpromo-custom-shell .vph-menu a,
body.vimpromo-custom-shell .vph-account a,
body.vimpromo-custom-shell .vimpromo-header a,
body.vimpromo-custom-shell .vimpromo-header a:hover,
body.vimpromo-custom-shell .vimpromo-header a:focus {
  text-decoration: none!important;
}

.vph-menu a:hover {
  color: #111;
  font-weight: 500;
  -webkit-text-stroke: .25px currentColor;
}

.vph-collections-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 1001;
  width: 244px;
  margin: 0;
  padding: 12px;
  list-style: none;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, .1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.vph-collections-item:hover .vph-collections-dropdown,
.vph-collections-item:focus-within .vph-collections-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.vph-collections-toggle {
  display: none;
}

.vph-collections-dropdown a {
  display: block;
  padding: 8px 10px;
  border-radius: 7px;
  font-size: 14px;
  line-height: 1.25;
}

.vph-collections-dropdown a:hover {
  background: transparent;
  color: #111;
  font-weight: 500;
  -webkit-text-stroke: .25px currentColor;
}

.vph-collections-dropdown .vph-collections-all {
  margin-top: 6px;
  padding-top: 6px;
  border-top: 1px solid #e8e8e8;
}

.vph-collections-dropdown .vph-collections-all a {
  color: #0677e8;
  font-weight: 600;
}

.vph-actions {
  flex: 0 0 400px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}

.vph-search {
  position: relative;
}

.vph-search summary {
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
  list-style: none;
}

.vph-search summary::-webkit-details-marker {
  display: none;
}

.vph-search summary svg {
  display: block;
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.vph-search form {
  position: absolute;
  top: 38px;
  right: 0;
  z-index: 1002;
  display: flex;
  width: 280px;
  padding: 8px;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, .1);
}

.vph-search-field {
  display: flex;
  flex: 1;
}

.vph-search-cancel,
.vph-search-backdrop {
  display: none;
}

.vph-search input {
  min-width: 0;
  flex: 1;
  border: 0;
  outline: 0;
  font: inherit;
  padding: 7px;
}

.vph-search button {
  border: 0;
  border-radius: 7px;
  background: #0b63ff;
  color: #fff;
  cursor: pointer;
  font: inherit;
  padding: 7px 10px;
}

.vph-search button svg {
  display: block;
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.vph-search-results {
  position: absolute;
  top: 84px;
  right: 0;
  z-index: 1003;
  width: 280px;
  margin: 0;
  padding: 6px;
  list-style: none;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, .1);
}

.vph-search-results a {
  display: block;
  padding: 8px;
  color: #111;
  text-decoration: none;
}

.vph-search-results a:hover {
  background: #f2f7ff;
}

.vph-search-results span {
  display: block;
  margin-top: 2px;
  color: #667085;
  font-size: 12px;
}

@media (min-width: 861px) {
  .vimpromo-header:has(.vph-search[open]) {
    z-index: 10060;
  }

  .vimpromo-header:has(.vph-search[open]) > .vph-inner > :not(.vph-actions) {
    visibility: hidden;
  }

  .vimpromo-header:has(.vph-search[open]) .vph-actions > :not(.vph-search) {
    visibility: hidden;
  }

  .vimpromo-header .vph-search[open] .vph-search-backdrop {
    display: block;
    position: fixed;
    inset: 112px 0 0;
    z-index: 1;
    border: 0;
    background: rgba(17, 24, 39, .34);
  }

  .vimpromo-header .vph-search form {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    display: grid;
    grid-template-columns: minmax(180px, 1fr) minmax(320px, 920px) minmax(120px, 1fr);
    grid-template-rows: 68px 28px;
    justify-content: normal;
    padding: 8px 40px;
    column-gap: 32px;
    row-gap: 0;
    border: 0!important;
    border-radius: 0!important;
    background: #fff!important;
    box-shadow: none!important;
  }

  .vimpromo-header .vph-search-brand {
    display: flex;
    align-items: center;
    justify-self: start;
  }

  .vimpromo-header .vph-search-brand .vph-brand img {
    width: 160px;
  }

  .vimpromo-header .vph-search-field {
    align-items: center;
    height: 60px;
    border-radius: 999px;
    background: #f3f4f6;
    overflow: hidden;
  }

  .vimpromo-header .vph-search input {
    height: 100%;
    padding: 0 30px;
    background: transparent!important;
    color: #111827;
    font-size: 16px;
    font-weight: 400;
  }

  .vimpromo-header .vph-search input:focus {
    outline: 0!important;
    border: 0!important;
    box-shadow: none!important;
  }

  .vimpromo-header .vph-search button[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    margin: 0!important;
    padding: 0!important;
    border: 0!important;
    border-radius: 0;
    background: transparent!important;
    box-shadow: none!important;
    color: #98a1ae;
  }

  .vimpromo-header .vph-search-cancel {
    display: block;
    flex: 0 0 auto;
    align-self: center;
    justify-self: end;
    padding: 0!important;
    border: 0!important;
    border-radius: 0!important;
    background: transparent!important;
    box-shadow: none!important;
    color: #111827;
    font-size: 16px;
    font-weight: 700;
  }

  .vimpromo-header .vph-search-hint {
    grid-column: 2;
    color: #a6adb7;
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    line-height: 20px;
  }

  .vimpromo-header .vph-search-results {
    position: fixed;
    top: 112px;
    right: 50%;
    z-index: 3;
    width: min(100% - 400px, 920px);
    transform: translateX(50%);
    border-radius: 0 0 12px 12px;
  }
}

.vph-account,
.vph-account a {
  color: #111;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
  white-space: nowrap;
}

.vph-account {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.vph-mockup {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 15px;
  border-radius: 999px;
  background: #000;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

.vimpromo-header .vph-mockup {
  color: #fff;
}

.vimpromo-header--standard + script + br {
  display: none !important;
}

.vph-mockup:hover {
  color: #fff;
  background: #222;
}

@media (min-width: 901px) {
  .vimpromo-header--standard,
  .vimpromo-header--standard .vph-inner {
    height: 72px;
    min-height: 72px;
  }

  .vimpromo-header--standard .vph-menu a {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    min-height: 42px;
  }
}

.vph-cart {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #111;
}

.vph-cart svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.vph-cart span {
  position: absolute;
  top: -4px;
  right: -6px;
  min-width: 14px;
  height: 14px;
  padding: 0 3px;
  border-radius: 999px;
  background: #0b63ff;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  line-height: 14px;
  text-align: center;
}

@media (min-width: 1321px) {
  body:has(.vpa-archive) .vph-inner {
    width: calc(100% - 48px);
    max-width: 1760px;
  }

  body:has(.vpa-archive) .vph-actions {
    flex-basis: 620px;
    gap: 16px;
  }

  body:has(.vpa-archive) .vph-archive-search {
    position: relative;
    display: flex;
    align-items: center;
    width: 286px;
    height: 60px;
    padding: 0 18px 0 28px;
    border-radius: 999px;
    background: #f5f5f5;
  }

  body:has(.vpa-archive) .vph-archive-search input {
    min-width: 0;
    height: 100%;
    flex: 1;
    border: 0 !important;
    outline: 0;
    background: transparent;
    box-shadow: none !important;
    appearance: none;
    color: #1d1d1f;
    font: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
  }

  body:has(.vpa-archive) .vph-archive-search input::placeholder {
    color: #3d3d3f;
  }

  body:has(.vpa-archive) .vph-archive-search button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    padding: 0;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    appearance: none;
    color: #111;
    cursor: pointer;
  }

  body:has(.vpa-archive) .vph-archive-search button svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-width: 2;
  }

  body:has(.vpa-archive) .vph-archive-search .vph-search-results {
    top: 60px;
    width: 286px;
  }
}

@media (min-width: 901px) {
  body:has(.vpa-archive) .vph-actions { flex-basis: 240px; }
  body:has(.vpa-archive) .vph-archive-search { display: none; }
}

.vph-toggle {
  display: none;
}

.vph-toggle-button {
  display: none;
}

.vph-mobile-search-toggle,
.vph-mobile-search-button,
.vph-mobile-cart,
.vph-menu-close,
.vph-mobile-account,
.vph-mobile-search-close {
  display: none;
}

@media (max-width: 1279px) {
  .vimpromo-header--standard .vph-inner {
    width: calc(100% - 64px);
    padding: 0;
  }

  .vph-menu a {
    padding: 13px 12px;
  }
}

@media (min-width: 1281px) and (max-width: 1440px) {
  body:not(:has(.vpa-archive)) .vimpromo-header--standard .vph-inner {
    width: min(90%, 1280px) !important;
    max-width: 1280px !important;
  }
}

@media (max-width: 900px) {
  .vph-inner {
    min-height: 76px;
    padding: 0 20px;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .vph-logo img {
    max-height: 36px;
  }

  .vph-toggle-button {
    width: 36px;
    height: 36px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    cursor: pointer;
  }

  .vph-toggle-button span {
    width: 23px;
    height: 2px;
    background: #111;
    display: block;
  }

  .vph-nav,
  .vph-actions {
    display: none;
  }

  .vph-toggle:checked ~ .vph-nav,
  .vph-toggle:checked ~ .vph-actions {
    display: flex;
  }

  .vph-nav {
    order: 4;
    flex: 0 0 100%;
    padding: 22px 20px 8px;
    background: #fff;
    border-top: 1px solid #f1f1f1;
  }

  .vph-menu {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
  }

  .vph-menu a {
    display: block;
    padding: 13px 0;
    font-size: 18px;
  }

  .vph-collections-dropdown {
    position: static;
    width: auto;
    margin: 0 0 8px 12px;
    padding: 0 0 0 14px;
    border: 0;
    border-left: 1px solid #e8e8e8;
    border-radius: 0;
    box-shadow: none;
    display: none;
    opacity: 0;
    visibility: hidden;
    transform: none;
  }

  .vph-collections-item.vph-collections-open .vph-collections-dropdown {
    display: block;
    opacity: 1;
    visibility: visible;
  }

  .vph-collections-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 8px;
    right: 0;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #111;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
  }

  .vph-collections-dropdown a {
    padding: 7px 0;
    font-size: 15px;
  }

  .vph-actions {
    order: 5;
    flex: 0 0 100%;
    padding: 0 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    background: #fff;
  }

  .vph-account,
  .vph-mockup {
    width: 100%;
    text-align: center;
  }

  .vimpromo-header--standard .vph-mobile-cart {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    color: #111;
  }

  .vimpromo-header--standard .vph-mobile-cart svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
  }
}

@media (max-width: 900px) {
  body:has(.vpa-archive) .vimpromo-header { position: relative; z-index: 20; }
  body:has(.vpa-archive) .vph-inner { min-height: 70px; padding: 0 18px; justify-content: flex-start; }
  body:has(.vpa-archive) .vph-logo { position: absolute; left: 50%; transform: translateX(-50%); }
  body:has(.vpa-archive) .vph-logo img { max-height: 34px; }
  body:has(.vpa-archive) .vph-toggle-button { display: inline-flex; margin-right: auto; position: relative; z-index: 2; }
  body:has(.vpa-archive) .vph-mobile-search-toggle { display: none; }
  body:has(.vpa-archive) .vph-mobile-search-button,
  body:has(.vpa-archive) .vph-mobile-cart { align-items: center; color: #111; display: inline-flex; height: 36px; justify-content: center; position: relative; width: 36px; z-index: 2; }
  body:has(.vpa-archive) .vph-mobile-search-button { margin-left: auto; }
  body:has(.vpa-archive) .vph-mobile-search-button svg,
  body:has(.vpa-archive) .vph-mobile-cart svg { fill: none; height: 22px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; width: 22px; }
  body:has(.vpa-archive) .vph-nav { display: none; }
  body:has(.vpa-archive) .vph-toggle:checked ~ .vph-nav { background: #fff; bottom: 0; display: block; left: 0; overflow-y: auto; padding: 110px 36px 40px; position: fixed; right: 0; top: 0; z-index: 30; }
  body:has(.vpa-archive) .vph-menu { display: block; }
  body:has(.vpa-archive) .vph-menu > li { border-bottom: 1px solid #eef0f3; position: relative; }
  body:has(.vpa-archive) .vph-menu a,
  body:has(.vpa-archive) .vph-mobile-account { align-items: center; color: #111; display: flex; font-size: 24px; font-weight: 500; justify-content: space-between; padding: 22px 0; text-decoration: none; }
  body:has(.vpa-archive) .vph-menu > li > a:after,
  body:has(.vpa-archive) .vph-mobile-account:after { content: '›'; font-size: 34px; font-weight: 300; line-height: .5; }
  body:has(.vpa-archive) .vph-mobile-account { justify-content: flex-start; gap: 20px; }
  body:has(.vpa-archive) .vph-mobile-account:after { display: none; }
  body:has(.vpa-archive) .vph-mobile-account a { color: #111; text-decoration: none; }
  body:has(.vpa-archive) .vph-menu-close { color: #111; cursor: pointer; display: block; font-size: 42px; font-weight: 300; line-height: 1; position: absolute; right: 22px; top: 20px; }
  body:has(.vpa-archive) .vph-collections-toggle { display: none; }
  body:has(.vpa-archive) .vph-collections-dropdown { display: none!important; }
  body:has(.vpa-archive) .vph-actions { display: none; }
  body:has(.vpa-archive) .vph-mobile-search-toggle:checked ~ .vph-actions { align-items: stretch; background: #fff; bottom: 0; display: flex; left: 0; padding: 22px 18px; position: fixed; right: 0; top: 0; z-index: 31; }
  body:has(.vpa-archive) .vph-mobile-search-toggle:checked ~ .vph-actions > :not(.vph-archive-search) { display: none; }
  body:has(.vpa-archive) .vph-archive-search { align-items: center; background: #f5f5f5; border-radius: 999px; display: flex; height: 52px; margin-top: 52px; max-width: none; width: 100%; }
  body:has(.vpa-archive) .vph-archive-search input { background: transparent!important; border: 0!important; box-shadow: none!important; font-size: 16px; height: 100%; padding: 0 12px 0 20px; }
  body:has(.vpa-archive) .vph-archive-search button { background: transparent!important; border: 0!important; height: 52px; padding: 0 18px; }
  body:has(.vpa-archive) .vph-archive-search .vph-search-results { left: 0; top: 62px; width: 100%; }
  body:has(.vpa-archive) .vph-mobile-search-close { color: #111; cursor: pointer; display: block; font-size: 42px; font-weight: 300; line-height: 1; position: absolute; right: 22px; top: 20px; }
}

body.vph-quote-drawer-open {
  overflow: hidden;
}

.vph-quote-drawer[hidden] {
  display: none;
}

.vph-quote-drawer {
  inset: 0;
  position: fixed;
  z-index: 10050;
}

.vph-quote-drawer__backdrop {
  background: rgba(15, 23, 42, .38);
  inset: 0;
  position: absolute;
}

.vph-quote-drawer__panel {
  background: #fff;
  box-sizing: border-box;
  box-shadow: -12px 0 32px rgba(15, 23, 42, .18);
  display: flex;
  flex-direction: column;
  height: 100%;
  max-width: 420px;
  padding: 28px;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.vph-quote-drawer__header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}

.vph-quote-drawer__header h2 {
  color: #111827;
  font-size: 22px;
  line-height: 1.2;
  margin: 0;
}

.vph-quote-drawer__close {
  background: transparent!important;
  border: 0!important;
  box-shadow: none!important;
  color: #111827!important;
  cursor: pointer;
  font-size: 32px;
  line-height: 1;
  padding: 0 0 0 14px!important;
}

.vph-quote-drawer__close:hover,
.vph-quote-drawer__close:focus {
  background: transparent!important;
  color: #111827!important;
}

.vph-quote-drawer__content,
.vph-quote-drawer__panel > .widget_shopping_cart_content {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
}

.vph-quote-drawer .woocommerce-mini-cart {
  list-style: none;
  margin: 0;
  padding: 0;
}

.vph-quote-drawer .woocommerce-mini-cart__buttons {
  display: none;
}

.vph-quote-drawer .woocommerce-mini-cart__total {
  display: none;
}

.vph-quote-drawer .widget_shopping_cart_content > .woocommerce-mini-cart__empty-message {
  display: none;
}

.vph-quote-drawer .woocommerce-mini-cart-item a:not(.remove),
.vph-quote-drawer .woocommerce-mini-cart-item a:not(.remove):hover,
.vph-quote-drawer .woocommerce-mini-cart-item a:not(.remove):focus {
  text-decoration: none!important;
}

.vph-quote-drawer .woocommerce-mini-cart-item dl.variation {
  border-left: 0!important;
  margin: 8px 0 0!important;
  padding-left: 0!important;
}

.vph-quote-drawer .woocommerce-mini-cart-item dl.variation dt,
.vph-quote-drawer .woocommerce-mini-cart-item dl.variation dd,
.vph-quote-drawer .woocommerce-mini-cart-item dl.variation dd p {
  color: #7b8798!important;
  font-size: 13px!important;
  line-height: 1.45!important;
}

.vph-quote-drawer .woocommerce-mini-cart-item dl.variation dt {
  font-weight: 500!important;
}

.vph-quote-drawer .woocommerce-mini-cart-item dl.variation dd,
.vph-quote-drawer .woocommerce-mini-cart-item dl.variation dd p {
  margin: 0 0 3px!important;
}

.vph-quote-drawer__summary {
  border-top: 1px solid #e5e7eb;
  flex: 0 0 auto;
  margin-top: 20px;
  padding-top: 18px;
}

.vph-quote-drawer__summary p {
  color: #334155;
  font-size: 16px;
  margin: 0 0 8px;
}

.vph-quote-drawer__summary p:last-child {
  color: #111827;
  font-size: 20px;
  margin-bottom: 0;
}

.vph-quote-drawer__view {
  background: #0875d1;
  border-radius: 999px;
  color: #fff!important;
  display: block;
  flex: 0 0 auto;
  font-weight: 700;
  margin-top: 24px;
  padding: 15px 20px;
  text-align: center;
  text-decoration: none!important;
}
