.liell-store-chrome {
  position: sticky;
  z-index: 999;
  top: 0;
  background: #fff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
}

body.admin-bar .liell-store-chrome {
  top: 32px;
}

.liell-store-chrome #masthead,
.liell-store-chrome .ast-primary-header-bar {
  border-bottom: 0;
  background: #fff;
}

.liell-store-chrome .ast-below-header-wrap {
  display: none;
}

.liell-store-chrome .site-primary-header-wrap,
.liell-store-chrome .ast-builder-grid-row {
  min-height: 96px;
  transition: min-height .2s ease;
}

.liell-store-chrome .custom-logo {
  width: auto;
  max-height: 76px;
  transition: max-height .2s ease;
}

.liell-store-chrome #masthead input[type="search"],
.liell-store-chrome #masthead button[type="submit"] {
  min-height: 46px;
  transition: min-height .2s ease;
}

.liell-store-chrome #masthead input[type="search"] {
  border: 1px solid #d5d5d5 !important;
  outline: 0;
  box-shadow: none !important;
}

.liell-store-chrome #masthead input[type="search"]:focus {
  border-color: #9d9d9d !important;
  outline: 0;
  box-shadow: 0 0 0 1px rgba(41, 41, 41, .08) !important;
}

.liell-store-chrome .ast-site-header-cart .ast-addon-cart-wrap {
  border: 0 !important;
  box-shadow: none !important;
}

.liell-store-nav {
  position: relative;
  z-index: 20;
  padding: 0 16px 14px;
  background: #fff;
}

.liell-store-nav__bar {
  display: flex;
  width: min(var(--liell-wrap, 1240px), 100%);
  min-height: 60px;
  align-items: center;
  justify-content: center;
  gap: 2px;
  margin-inline: auto;
  padding: 0 7px;
  border: 1px solid var(--liell-border, #e5e5e5);
  border-radius: 12px;
  background: var(--liell-soft, #f6f6f6);
  box-shadow: 0 6px 18px rgba(0, 0, 0, .07);
  transition: min-height .2s ease, border-radius .2s ease, box-shadow .2s ease;
}

.liell-store-nav a,
.liell-store-nav__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 13px;
  border: 0;
  background: none;
  color: var(--liell-ink, #292929);
  font: 700 14px Inter, Arial, sans-serif;
  text-decoration: none;
  white-space: nowrap;
  transition: color .16s ease, background-color .16s ease, padding .2s ease;
}

.liell-store-nav a:hover,
.liell-store-nav a:focus-visible {
  color: var(--liell-red, #e30613);
}

.liell-store-nav a:focus-visible,
.liell-store-nav__toggle:focus-visible {
  outline: 3px solid rgba(227, 6, 19, .3);
  outline-offset: -3px;
}

.liell-store-nav__featured {
  display: flex;
  flex: 0 1 auto;
  align-self: stretch;
  align-items: stretch;
  justify-content: center;
  gap: 2px;
}

.liell-store-nav__department {
  position: relative;
  display: flex;
  align-items: center;
}

.liell-store-nav__department > a {
  height: 100%;
}

.liell-store-nav__toggle {
  min-height: 44px;
  align-self: center;
  gap: 4px;
  margin-left: 7px;
  padding: 10px 15px;
  border-radius: 8px;
  background: var(--liell-red, #e30613);
  color: #fff;
  cursor: pointer;
}

.liell-store-nav__toggle:hover,
.liell-store-nav__toggle:focus-visible {
  background: var(--liell-red-dark, #b8000a);
  color: #fff;
}

.liell-store-nav__children {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  min-width: 250px;
  padding: 8px;
  border: 1px solid var(--liell-border, #e5e5e5);
  border-radius: 0 0 10px 10px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .13);
}

.liell-store-nav__department:hover > .liell-store-nav__children,
.liell-store-nav__department:focus-within > .liell-store-nav__children {
  display: block;
}

.liell-store-nav__children a {
  justify-content: flex-start;
  padding: 9px 12px;
}

.liell-store-nav__panel {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  border-top: 1px solid var(--liell-border, #e5e5e5);
  background: #fff;
  box-shadow: 0 14px 30px rgba(0, 0, 0, .14);
}

.liell-store-nav__panel[hidden] {
  display: none;
}

.liell-store-nav__panel > .liell-wrap {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  padding: 18px 16px;
}

.liell-store-nav__panel .liell-store-nav__children {
  position: static;
  display: block;
  padding: 0;
  border: 0;
  box-shadow: none;
}

.liell-store-nav__panel .liell-store-nav__department > a {
  justify-content: flex-start;
  color: var(--liell-ink, #292929);
}

.liell-store-chrome.is-compact {
  box-shadow: 0 8px 24px rgba(0, 0, 0, .11);
}

.liell-store-chrome.is-compact .site-primary-header-wrap,
.liell-store-chrome.is-compact .ast-builder-grid-row {
  min-height: 66px;
}

.liell-store-chrome.is-compact .custom-logo {
  max-height: 48px;
}

.liell-store-chrome.is-compact #masthead input[type="search"],
.liell-store-chrome.is-compact #masthead button[type="submit"] {
  min-height: 38px;
}

.liell-store-chrome.is-compact .liell-store-nav {
  padding-bottom: 8px;
}

.liell-store-chrome.is-compact .liell-store-nav__bar {
  min-height: 46px;
  border-radius: 9px;
  box-shadow: none;
}

.liell-store-chrome.is-compact .liell-store-nav a {
  padding: 10px 11px;
  font-size: 13px;
}

.liell-store-chrome.is-compact .liell-store-nav__toggle {
  min-height: 36px;
  padding: 8px 12px;
  font-size: 13px;
}

@media (max-width: 1050px) {
  .liell-store-nav a,
  .liell-store-nav__toggle {
    padding-inline: 9px;
    font-size: 13px;
  }

  .liell-store-nav__toggle {
    margin-left: 4px;
  }
}

@media (max-width: 900px) {
  .liell-store-chrome .site-primary-header-wrap,
  .liell-store-chrome .ast-builder-grid-row {
    min-height: 76px;
  }

  .liell-store-chrome.is-compact .site-primary-header-wrap,
  .liell-store-chrome.is-compact .ast-builder-grid-row {
    min-height: 60px;
  }

  .liell-store-nav {
    padding: 0 12px 10px;
  }

  .liell-store-nav__bar {
    min-height: 48px;
    justify-content: flex-end;
  }

  .liell-store-nav__home,
  .liell-store-nav__featured {
    display: none;
  }

  .liell-store-nav__toggle {
    min-height: 38px;
    margin-left: 0;
  }

  .liell-store-nav__panel > .liell-wrap {
    grid-template-columns: 1fr;
    padding: 8px 12px;
  }

  .liell-store-nav__panel .liell-store-nav__department {
    border-bottom: 1px solid var(--liell-border, #e5e5e5);
  }
}

@media (max-width: 782px) {
  body.admin-bar .liell-store-chrome {
    top: 46px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .liell-store-chrome *,
  .liell-store-chrome *::before,
  .liell-store-chrome *::after {
    transition-duration: .01ms !important;
  }
}
