.hipopo-redesign-chrome .hp-codex-header {
  position: relative;
  z-index: 1000;
  background: #fff;
}

.hipopo-redesign-chrome .hp-header-shell {
  width: min(1360px, calc(100% - 42px));
  margin-inline: auto;
}

.hipopo-redesign-chrome .hp-topbar {
  background: linear-gradient(180deg, #f2fdff 0%, #e7faff 100%);
  border-bottom: 1px solid rgba(0, 161, 216, 0.2);
}

.hipopo-redesign-chrome .hp-topbar__inner {
  min-height: 96px;
  height: auto;
  padding-bottom: 12px;
  display: grid;
  grid-template-columns: minmax(280px, 1fr) auto minmax(280px, 1fr);
  align-items: center;
  gap: 24px;
  direction: ltr;
}

.hipopo-redesign-chrome .hp-topbar__inner > * {
  direction: rtl;
}

.hipopo-redesign-chrome .hp-header-left,
.hipopo-redesign-chrome .hp-header-right {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.hipopo-redesign-chrome .hp-header-left {
  justify-self: start;
}

.hipopo-redesign-chrome .hp-header-right {
  justify-self: end;
}

.hipopo-redesign-chrome .hp-contact-pill,
.hipopo-redesign-chrome .hp-cart-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 18px;
  border: 1.5px solid rgba(0, 161, 216, 0.62);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 10px 26px rgba(0, 133, 204, 0.09);
  color: #061d44;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  font: inherit;
}

.hipopo-redesign-chrome .hp-contact-pill svg {
  color: #008ee8;
  flex-shrink: 0;
}

.hipopo-redesign-chrome .hp-cart-pill {
  position: relative;
  min-width: 126px;
  padding-inline: 16px 18px;
}

.hipopo-redesign-chrome .hp-cart-pill svg {
  color: #07396e;
  flex-shrink: 0;
}

.hipopo-redesign-chrome .hp-cart-badge {
  position: absolute;
  top: -7px;
  left: 12px;
  min-width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #ff2f99;
  color: #fff;
  font-size: 11px;
  font-weight: 950;
  border: 2px solid #fff;
}

.hipopo-redesign-chrome .hp-socials {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hipopo-redesign-chrome .hp-socials a {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  box-shadow: 0 8px 18px rgba(0, 44, 90, 0.16);
  text-decoration: none;
}

.hipopo-redesign-chrome .hp-socials .wa {
  background: #23d366;
}

.hipopo-redesign-chrome .hp-socials .ig {
  background: radial-gradient(circle at 30% 110%, #ffd55d 0, #ff7a24 28%, #ff2f99 52%, #6744d6 100%);
}

.hipopo-redesign-chrome .hp-socials .yt {
  background: #ef1a25;
}

.hipopo-redesign-chrome .hp-socials .fb {
  background: #0866ff;
}

.hipopo-redesign-chrome .hp-topbar__brand {
  text-align: center;
  z-index: 2;
  transform: translateY(6px);
  padding-bottom: 6px;
}

.hipopo-redesign-chrome .hp-topbar__brand a {
  display: block;
  text-decoration: none;
}

.hipopo-redesign-chrome .hp-logo {
  width: 220px;
  height: auto;
  max-width: 220px;
  max-height: 118px;
  object-fit: contain;
  display: block;
  margin-inline: auto;
  background: transparent !important;
  filter: drop-shadow(0 12px 16px rgba(0, 142, 232, 0.2));
}

.hipopo-redesign-chrome .hp-shipping {
  display: inline-grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 10px;
  color: #0a1d3d;
  font-weight: 950;
  line-height: 1.1;
  white-space: nowrap;
}

.hipopo-redesign-chrome .hp-shipping svg {
  color: #0a1d3d;
  flex-shrink: 0;
}

.hipopo-redesign-chrome .hp-shipping small {
  display: block;
  margin-top: 3px;
  color: #66748b;
  font-weight: 750;
}

.hipopo-redesign-chrome .hp-nav {
  background: #fff;
  border-bottom: 1px solid rgba(0, 120, 190, 0.12);
}

.hipopo-redesign-chrome .hp-nav__inner {
  min-height: 58px;
  display: grid;
  grid-template-columns: minmax(220px, 260px) minmax(0, 1fr);
  grid-template-areas: "search menu";
  align-items: stretch;
  gap: 20px;
  direction: ltr;
  padding-bottom: 4px;
  overflow: visible;
}

.hipopo-redesign-chrome .hp-nav__inner > * {
  direction: rtl;
}

.hipopo-redesign-chrome .hp-search-wrap {
  grid-area: search;
  width: 260px;
  align-self: center;
}

.hipopo-redesign-chrome .hp-search {
  width: 260px;
  height: 42px;
  border-radius: 999px;
  background: #f5f7fb;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 16px 0 18px;
  overflow: hidden;
}

.hipopo-redesign-chrome .hp-search > .dgwt-wcas-search-wrapp,
.hipopo-redesign-chrome .hp-search > form,
.hipopo-redesign-chrome .hp-search > .hp-header__search {
  flex: 1;
  min-width: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.hipopo-redesign-chrome .hp-search .dgwt-wcas-search-form,
.hipopo-redesign-chrome .hp-search .dgwt-wcas-search-wrapp,
.hipopo-redesign-chrome .hp-search .hp-header__search {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.hipopo-redesign-chrome .hp-search input[type="search"],
.hipopo-redesign-chrome .hp-search .dgwt-wcas-search-input {
  width: 100%;
  min-height: 42px;
  height: 42px;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #151d31;
  font-weight: 800;
  font-size: 15px;
  padding: 0 !important;
  margin: 0;
}

.hipopo-redesign-chrome .hp-search input[type="search"]::placeholder,
.hipopo-redesign-chrome .hp-search .dgwt-wcas-search-input::placeholder {
  color: #8f98aa;
}

.hipopo-redesign-chrome .hp-search__icon {
  flex-shrink: 0;
  color: #07182f;
}

.hipopo-redesign-chrome .hp-search button,
.hipopo-redesign-chrome .hp-search .dgwt-wcas-ico-magnifier {
  display: none !important;
}

.hipopo-redesign-chrome .hp-menu {
  grid-area: menu;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
  min-width: 0;
  overflow: visible;
}

.hipopo-redesign-chrome .hp-menu-links {
  display: flex;
  align-items: stretch;
  flex: 0 0 auto;
  font-weight: 850;
}

.hipopo-redesign-chrome .hp-menu-links a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  padding: 21px 14px 20px;
  text-align: center;
  color: #151d31;
  white-space: nowrap;
  text-decoration: none;
}

.hipopo-redesign-chrome .hp-menu-links a + a {
  border-right: 1px solid #dfe8ef;
}

.hipopo-redesign-chrome .hp-menu-links a.is-active {
  color: #00a7dc;
  font-weight: 950;
}

.hipopo-redesign-chrome .hp-menu-links a.is-active::after {
  content: "";
  position: absolute;
  right: 14px;
  left: 14px;
  bottom: 0;
  height: 4px;
  border-radius: 999px 999px 0 0;
  background: #16c8ef;
}

.hipopo-redesign-chrome .hp-menu-group,
.hipopo-redesign-chrome .hp-menu-logo-gap {
  display: none !important;
}

.hipopo-redesign-chrome .hp-icon {
  display: block;
  flex-shrink: 0;
}

.hipopo-redesign-chrome .hp-mobile-menu-pill {
  display: none;
}

@media (min-width: 768px) {
  .hipopo-redesign-chrome .hp-header__mega-wrap {
    flex: 1 1 auto;
    min-width: 0;
  }
}

@media (max-width: 1100px) {
  .hipopo-redesign-chrome .hp-topbar__inner {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 12px;
  }

  .hipopo-redesign-chrome .hp-logo {
    width: 186px;
    max-width: 186px;
  }

  .hipopo-redesign-chrome .hp-menu {
    display: none;
  }

  .hipopo-redesign-chrome .hp-menu-links a {
    min-width: 72px;
    padding-inline: 10px;
    font-size: 0.875rem;
  }
}

@media (max-width: 767px) {
  .hipopo-redesign-chrome .hp-header-shell {
    width: calc(100% - 24px);
    max-width: 540px;
  }

  .hipopo-redesign-chrome .hp-topbar__inner {
    height: auto;
    min-height: 134px;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 10px 0 12px;
  }

  .hipopo-redesign-chrome .hp-topbar__brand {
    order: 1;
    justify-self: center;
    transform: none;
  }

  .hipopo-redesign-chrome .hp-logo {
    width: 186px;
    max-width: 186px;
    max-height: 98px;
  }

  .hipopo-redesign-chrome .hp-header-left,
  .hipopo-redesign-chrome .hp-header-right {
    justify-self: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
  }

  .hipopo-redesign-chrome .hp-header-left {
    order: 2;
  }

  .hipopo-redesign-chrome .hp-header-right {
    order: 3;
  }

  .hipopo-redesign-chrome .hp-socials a:not(.wa) {
    display: none;
  }

  .hipopo-redesign-chrome .hp-nav__inner {
    height: auto;
    min-height: 54px;
    grid-template-columns: 1fr auto;
    grid-template-areas: unset;
    gap: 10px;
    padding: 8px 0;
  }

  .hipopo-redesign-chrome .hp-search-wrap {
    display: none;
  }

  .hipopo-redesign-chrome .hp-menu {
    display: none;
  }

  .hipopo-redesign-chrome .hp-mobile-menu-pill {
    grid-column: auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    padding: 0 16px;
    border-radius: 999px;
    border: 1.5px solid rgba(0, 161, 216, 0.62);
    background: #fff;
    color: #061d44;
    font-weight: 900;
    cursor: pointer;
    font: inherit;
  }
}

.hipopo-redesign-chrome .hp-mobile-drawer {
  position: fixed;
  inset: 0;
  z-index: 1200;
  pointer-events: none;
  visibility: hidden;
}

.hipopo-redesign-chrome .hp-mobile-drawer.is-open {
  pointer-events: auto;
  visibility: visible;
}

.hipopo-redesign-chrome .hp-mobile-drawer__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  padding: 0;
  margin: 0;
  background: rgba(10, 31, 40, 0.55);
  opacity: 0;
  transition: opacity 0.25s ease;
  cursor: pointer;
}

.hipopo-redesign-chrome .hp-mobile-drawer.is-open .hp-mobile-drawer__backdrop {
  opacity: 1;
}

.hipopo-redesign-chrome .hp-mobile-drawer__panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(100%, 24rem);
  max-width: 100vw;
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, #fff 0%, #f7fbfc 100%);
  box-shadow: -12px 0 48px rgba(1, 122, 168, 0.15);
  transform: translateX(100%);
  transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: auto;
}

.hipopo-redesign-chrome .hp-mobile-drawer.is-open .hp-mobile-drawer__panel {
  transform: translateX(0);
}

.hipopo-redesign-chrome .hp-mobile-drawer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(74, 240, 242, 0.35);
  background: linear-gradient(135deg, #e8fcfd 0%, #fff 55%, #fff8f0 100%);
}

.hipopo-redesign-chrome .hp-mobile-drawer__title {
  font-size: 18px;
  font-weight: 900;
  color: #062b5f;
}

.hipopo-redesign-chrome .hp-mobile-drawer__close {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 2px solid rgba(74, 240, 242, 0.5);
  border-radius: 50%;
  background: #fff;
  color: #017aa8;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.hipopo-redesign-chrome .hp-mobile-drawer__search {
  padding: 10px 14px;
  border-bottom: 1px solid #bdeeff;
  background: #fff;
}

.hipopo-redesign-chrome .hp-mobile-drawer__search .hp-search {
  width: 100%;
  height: 42px;
  border-radius: 999px;
  background: #f5f7fb;
  display: flex;
  align-items: center;
  padding: 0 16px;
}

.hipopo-redesign-chrome .hp-mobile-drawer__nav {
  display: flex;
  flex-direction: column;
  padding: 8px 0;
}

.hipopo-redesign-chrome .hp-mobile-drawer__nav a {
  display: block;
  padding: 14px 18px;
  border-bottom: 1px solid rgba(189, 238, 255, 0.65);
  color: #061d44;
  font-weight: 850;
  text-decoration: none;
}

.hipopo-redesign-chrome .hp-mobile-drawer__nav a:active,
.hipopo-redesign-chrome .hp-mobile-drawer__nav a:hover {
  background: #f0fcff;
  color: #008ee8;
}

body.hipopo-redesign-chrome.hp-menu-open,
body.hipopo-hp-v3.hp-menu-open {
  overflow: hidden;
}

.hipopo-hp-v3 .hp-nav__inner {
  min-height: 58px;
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  grid-template-areas: "search menu";
  align-items: stretch;
  gap: 32px;
}

.hipopo-hp-v3 .hp-search-wrap {
  grid-area: search;
  width: 260px;
  align-self: center;
}

.hipopo-hp-v3 .hp-menu {
  grid-area: menu;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
  min-width: 0;
}

.hipopo-hp-v3 .hp-menu-links {
  display: flex;
  align-items: stretch;
  flex: 0 0 auto;
  font-weight: 850;
}

.hipopo-hp-v3 .hp-menu-links a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  padding: 21px 14px 20px;
  text-align: center;
  color: #151d31;
  white-space: nowrap;
  text-decoration: none;
}

.hipopo-hp-v3 .hp-menu-links a + a {
  border-right: 1px solid #dfe8ef;
}

.hipopo-hp-v3 .hp-menu-links a.is-active {
  color: #00a7dc;
  font-weight: 950;
}

.hipopo-hp-v3 .hp-menu-links a.is-active::after {
  content: "";
  position: absolute;
  right: 14px;
  left: 14px;
  bottom: 0;
  height: 4px;
  border-radius: 999px 999px 0 0;
  background: #16c8ef;
}

.hipopo-hp-v3 .hp-header__mega-wrap {
  flex: 1 1 auto;
  min-width: 0;
}

@media (max-width: 1100px) {
  .hipopo-hp-v3 .hp-menu {
    display: none;
  }

  .hipopo-hp-v3 .hp-mobile-menu-pill {
    display: inline-flex;
  }
}

.hp-mobile-drawer--portaled,
body.hipopo-site-v3 .hp-mobile-drawer {
  position: fixed !important;
  inset: 0 !important;
  width: 100% !important;
  max-width: none !important;
  z-index: 100300 !important;
}

body.hipopo-thursday-bar-on .hp-mobile-drawer__panel,
body.hipopo-thursday-bar-on .hp-mobile-drawer--portaled .hp-mobile-drawer__panel {
  top: var(--hp-thursday-bar-height, 52px) !important;
  height: calc(100dvh - var(--hp-thursday-bar-height, 52px)) !important;
  max-height: calc(100dvh - var(--hp-thursday-bar-height, 52px)) !important;
}

body.hipopo-thursday-live .hp-codex-header,
body.hipopo-thursday-live .elementor-location-header {
  overflow: visible !important;
}

.hipopo-hp-v3 .hp-codex-header .hp-mobile-drawer:not(.hp-mobile-drawer--portaled) {
  position: fixed;
  inset: 0;
}
