.steed-product-archive .catalog-hero__term-strip {
  display: none;
  width: min(100%, 1240px);
  margin-top: 16px;
  padding-top: 10px;
  border-top: 1px solid rgba(203, 213, 225, 0.58);
}

.steed-product-archive .catalog-hero__term-strip-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.steed-product-archive .catalog-hero__term-strip-item {
  min-width: 122px;
}

.steed-product-archive .catalog-hero__term-strip-link {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  color: #20242a;
  text-decoration: none;
}

.steed-product-archive .catalog-hero__term-strip-link--static {
  cursor: default;
}

.steed-product-archive .catalog-hero .supei-hf-nav--child-hero .slp-category-nav__ghost {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 7px 6px;
  font-size: 14px;
  font-weight: 600;
  color: #374151;
  white-space: nowrap;
}

.steed-product-archive .catalog-hero .supei-hf-nav--child-hero > .slp-category-nav__list > li > a {
  flex-direction: column;
  justify-content: center;
  gap: 2px;
}

.steed-product-archive .catalog-hero .slp-category-nav.supei-hf-nav.supei-hf-nav--child-hero > .slp-category-nav__list > li.menu-item-has-children > a::before {
  content: none;
  display: none;
}

.steed-product-archive .catalog-hero .supei-hf-nav--child-hero .slp-category-nav__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-width: 0;
}

.steed-product-archive .catalog-hero .supei-hf-nav--child-hero > .slp-category-nav__list > li.menu-item-has-children > a > .slp-category-nav__label::after {
  content: "";
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  margin-top: 1px;
  border-right: 1.6px solid currentColor;
  border-bottom: 1.6px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

.steed-product-archive .catalog-hero .supei-hf-nav--child-hero > .slp-category-nav__list > li.menu-item-has-children:hover > a > .slp-category-nav__label::after,
.steed-product-archive .catalog-hero .supei-hf-nav--child-hero > .slp-category-nav__list > li.menu-item-has-children.is-open > a > .slp-category-nav__label::after {
  transform: rotate(225deg);
  margin-top: 4px;
}

.steed-product-archive .catalog-hero .supei-hf-nav--child-hero .slp-category-nav__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  height: auto;
  padding: 0;
  flex: 0 0 auto;
  border-radius: 0;
  background: transparent;
  color: #475569;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.1;
}

.steed-product-archive .catalog-hero .supei-hf-nav--child-hero .slp-category-nav__ghost .slp-category-nav__count {
  color: #475569;
}

.steed-product-archive .catalog-hero .supei-hf-nav--child-hero > .slp-category-nav__list > li > .sub-menu {
  left: 50%;
  transform: translate(-50%, 2px);
}

.steed-product-archive .catalog-hero .supei-hf-nav--child-hero > .slp-category-nav__list > li:hover > .sub-menu,
.steed-product-archive .catalog-hero .supei-hf-nav--child-hero > .slp-category-nav__list > li.menu-item-has-children.is-open > .sub-menu {
  transform: translate(-50%, 0);
}

.steed-product-archive .catalog-hero .supei-hf-nav--child-hero > .slp-category-nav__list > li > .sub-menu .sub-menu {
  left: calc(100% - 6px);
  transform: translateX(10px);
}

.steed-product-archive .catalog-hero .supei-hf-nav--child-hero > .slp-category-nav__list > li > .sub-menu li:hover > .sub-menu,
.steed-product-archive .catalog-hero .supei-hf-nav--child-hero > .slp-category-nav__list > li > .sub-menu li.menu-item-has-children.is-open > .sub-menu {
  transform: translateX(0);
}

.steed-product-archive .catalog-hero .supei-hf-nav--child-hero .sub-menu > li > a {
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  text-align: left;
}

.steed-product-archive .catalog-hero .supei-hf-nav--child-hero .sub-menu .slp-category-nav__label {
  flex: 1 1 auto;
  justify-content: flex-start;
  text-align: left;
}

.steed-product-archive .catalog-hero .supei-hf-nav--child-hero .sub-menu .slp-category-nav__count {
  font-size: 11px;
  line-height: 1.2;
  white-space: nowrap;
}

.steed-product-archive .catalog-hero__term-strip-name {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.015em;
}

.steed-product-archive .catalog-hero__term-strip-count {
  font-size: 12px;
  line-height: 1.3;
  color: #475569;
  transition: color 0.18s ease;
}

body.post-type-archive-product .steed-product-archive .catalog-hero__term-strip {
  width: min(100%, 1060px);
  margin-top: 12px;
}

body.post-type-archive-product .steed-product-archive .catalog-hero__term-strip-list {
  justify-content: space-between;
  gap: 10px 18px;
}

body.post-type-archive-product .steed-product-archive .catalog-hero__term-strip-item {
  min-width: 0;
  flex: 1 1 140px;
}

body.post-type-archive-product .steed-product-archive .catalog-hero__term-strip-link {
  width: 100%;
}

.steed-product-archive .catalog-hero__term-strip-link:hover,
.steed-product-archive .catalog-hero__term-strip-link:focus-visible {
  color: var(--color-primary, #1a56db);
}

.steed-product-archive .catalog-hero__term-strip-link:hover .catalog-hero__term-strip-count,
.steed-product-archive .catalog-hero__term-strip-link:focus-visible .catalog-hero__term-strip-count {
  color: var(--color-primary, #1a56db);
}

.steed-product-archive .catalog-hero .catalog-hero__mobile-menu-backdrop,
.steed-product-archive .catalog-hero .supei-hf-nav--child-hero .slp-category-nav__mobile-sheet-header,
.steed-product-archive .catalog-hero .supei-hf-nav--child-hero .slp-category-nav__mobile-view-all {
  display: none;
}

@media (max-width: 991px) {
  .steed-product-archive .catalog-hero__term-strip {
    margin-top: 16px;
  }

  .steed-product-archive .catalog-hero__term-strip-list {
    gap: 12px 20px;
  }
}

@media (max-width: 767px) {
  .steed-product-archive .catalog-hero__term-strip {
    width: min(100%, 640px);
    margin-top: 14px;
  }

  .steed-product-archive .catalog-hero__term-strip-list {
    justify-content: flex-start;
  }

  .steed-product-archive .catalog-hero__term-strip-item {
    min-width: calc(50% - 10px);
  }

  body.post-type-archive-product .steed-product-archive .catalog-hero__term-strip-item {
    flex: 1 1 calc(50% - 10px);
    min-width: calc(50% - 10px);
  }

  .steed-product-archive .catalog-hero__term-strip-link {
    width: 100%;
    min-height: 52px;
    padding: 10px 12px;
    border: 1px solid rgba(203, 213, 225, 0.88);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
  }
}

@media (max-width: 479px) {
  .steed-product-archive .catalog-hero__term-strip-item {
    min-width: 100%;
  }
}

@media (max-width: 768px) {
  html.slp-category-sheet-open,
  body.slp-category-sheet-open {
    overflow: hidden;
  }

  .steed-product-archive .catalog-hero {
    z-index: 130;
    overflow: clip;
  }

  html.slp-category-sheet-open .steed-product-archive .catalog-hero,
  body.slp-category-sheet-open .steed-product-archive .catalog-hero {
    position: relative;
    z-index: 1210;
    overflow: visible;
  }

  html.slp-category-sheet-open .steed-product-archive .catalog-hero .catalog-hero__inner,
  body.slp-category-sheet-open .steed-product-archive .catalog-hero .catalog-hero__inner,
  html.slp-category-sheet-open .steed-product-archive .catalog-hero .slp-category-nav.supei-hf-nav,
  body.slp-category-sheet-open .steed-product-archive .catalog-hero .slp-category-nav.supei-hf-nav,
  html.slp-category-sheet-open .steed-product-archive .catalog-hero .slp-category-nav__list,
  body.slp-category-sheet-open .steed-product-archive .catalog-hero .slp-category-nav__list {
    overflow: visible;
  }

  .steed-product-archive .catalog-hero__inner {
    min-height: auto;
    padding: 32px 0 26px;
    justify-content: flex-start;
  }

  .steed-product-archive .catalog-hero__heading {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    gap: 4px;
    margin-bottom: 18px;
  }

  .steed-product-archive .catalog-hero__back {
    justify-self: start;
    width: 44px;
    height: 44px;
    color: #1f2937;
    touch-action: manipulation;
  }

  .steed-product-archive .catalog-hero__heading h1 {
    grid-column: 2;
    max-width: 100%;
    font-size: clamp(24px, 7vw, 31px);
    line-height: 1.14;
    text-align: center;
    text-wrap: balance;
  }

  .steed-product-archive .catalog-hero .slp-category-nav.supei-hf-nav {
    display: block !important;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    z-index: auto;
  }

  .steed-product-archive .catalog-hero .slp-category-nav__list {
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 6px;
    width: 100%;
    max-width: 100%;
    padding-top: 2px;
    padding-right: max(12px, env(safe-area-inset-right));
    padding-bottom: 10px;
    padding-left: max(12px, env(safe-area-inset-left));
    margin: 0;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scroll-padding-inline: 12px;
    scrollbar-width: thin;
    scrollbar-color: rgba(37, 99, 235, 0.42) rgba(226, 232, 240, 0.72);
    -webkit-overflow-scrolling: touch;
  }

  .steed-product-archive .catalog-hero .slp-category-nav__list::-webkit-scrollbar {
    display: block;
    height: 4px;
  }

  .steed-product-archive .catalog-hero .slp-category-nav__list::-webkit-scrollbar-track {
    background: rgba(226, 232, 240, 0.72);
    border-radius: 999px;
  }

  .steed-product-archive .catalog-hero .slp-category-nav__list::-webkit-scrollbar-thumb {
    background: rgba(37, 99, 235, 0.42);
    border-radius: 999px;
  }

  .steed-product-archive .catalog-hero .slp-category-nav.supei-hf-nav > li,
  .steed-product-archive .catalog-hero .slp-category-nav.supei-hf-nav > .slp-category-nav__list > li,
  .steed-product-archive .catalog-hero .slp-category-nav.supei-hf-nav > li.menu-item-has-children.is-open,
  .steed-product-archive .catalog-hero .slp-category-nav.supei-hf-nav > .slp-category-nav__list > li.menu-item-has-children.is-open {
    flex: 0 0 auto;
    max-width: none;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    position: static;
    text-align: left;
  }

  .slp-motion-ready #main-content.steed-product-archive .catalog-hero .slp-category-nav__list > li {
    opacity: 1;
    transform: none;
    transition: none;
    will-change: auto;
  }

  .steed-product-archive .catalog-hero .slp-category-nav.supei-hf-nav > li > a,
  .steed-product-archive .catalog-hero .slp-category-nav.supei-hf-nav > .slp-category-nav__list > li > a,
  .steed-product-archive .catalog-hero .slp-category-nav.supei-hf-nav > li.menu-item-has-children.is-open > a,
  .steed-product-archive .catalog-hero .slp-category-nav.supei-hf-nav > .slp-category-nav__list > li.menu-item-has-children.is-open > a {
    display: inline-grid;
    grid-auto-flow: row;
    place-items: center;
    gap: 2px;
    min-width: 86px;
    max-width: 136px;
    min-height: 42px;
    padding: 6px 10px;
    border: 1px solid rgba(191, 219, 254, 0.95);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
    color: #1d4ed8;
    font-size: 11px;
    line-height: 1.12;
    text-align: center;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }

  .steed-product-archive .catalog-hero .supei-hf-nav--child-hero .slp-category-nav__label {
    display: inline-flex;
    max-width: 100%;
    min-width: 0;
    align-items: center;
    justify-content: center;
    gap: 3px;
    color: inherit;
    font-weight: 800;
  }

  .steed-product-archive .catalog-hero .supei-hf-nav--child-hero .slp-category-nav__count {
    display: block;
    max-width: 100%;
    color: #475569;
    font-size: 9px;
    font-weight: 700;
    line-height: 1.15;
  }

  .steed-product-archive .catalog-hero .supei-hf-nav--child-hero > .slp-category-nav__list > li.menu-item-has-children > a > .slp-category-nav__label::after {
    width: 6px;
    height: 6px;
    flex: 0 0 6px;
    margin-top: 0;
    border-width: 1.5px;
  }

  .steed-product-archive .catalog-hero .supei-hf-nav--child-hero > .slp-category-nav__list > li.menu-item-has-children.is-open > a > .slp-category-nav__label::after {
    transform: rotate(225deg);
    margin-top: 3px;
  }

  .steed-product-archive .catalog-hero .slp-category-nav.supei-hf-nav > li.current-menu-item > a,
  .steed-product-archive .catalog-hero .slp-category-nav.supei-hf-nav > li.current-menu-ancestor > a,
  .steed-product-archive .catalog-hero .slp-category-nav.supei-hf-nav > li.is-active > a,
  .steed-product-archive .catalog-hero .slp-category-nav.supei-hf-nav > .slp-category-nav__list > li.current-menu-item > a,
  .steed-product-archive .catalog-hero .slp-category-nav.supei-hf-nav > .slp-category-nav__list > li.current-menu-ancestor > a,
  .steed-product-archive .catalog-hero .slp-category-nav.supei-hf-nav > .slp-category-nav__list > li.is-active > a,
  .steed-product-archive .catalog-hero .slp-category-nav.supei-hf-nav > .slp-category-nav__list > li.is-open > a {
    border-color: rgba(37, 99, 235, 0.42);
    background: #eff6ff;
    color: #1d4ed8;
  }

  .steed-product-archive .catalog-hero .slp-category-nav.supei-hf-nav > li > a:focus-visible,
  .steed-product-archive .catalog-hero .slp-category-nav.supei-hf-nav > .slp-category-nav__list > li > a:focus-visible {
    outline: 3px solid rgba(37, 99, 235, 0.32);
    outline-offset: 3px;
    border-color: rgba(37, 99, 235, 0.62);
    background: #eff6ff;
  }

  .steed-product-archive .catalog-hero .catalog-hero__mobile-menu-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: max(82px, calc(82px + env(safe-area-inset-bottom)));
    left: 0;
    display: block;
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 0;
    border: 0;
    background: rgba(15, 23, 42, 0.46);
    z-index: 1180;
    opacity: 1;
    cursor: pointer;
    touch-action: manipulation;
  }

  .steed-product-archive .catalog-hero .catalog-hero__mobile-menu-backdrop[hidden] {
    display: none;
  }

  .steed-product-archive .catalog-hero .slp-category-nav.supei-hf-nav .sub-menu,
  .steed-product-archive .catalog-hero .supei-hf-nav--child-hero > .slp-category-nav__list > li > .sub-menu,
  .steed-product-archive .catalog-hero .supei-hf-nav--child-hero > .slp-category-nav__list > li > .sub-menu .sub-menu {
    display: none;
    position: fixed;
    left: max(8px, env(safe-area-inset-left));
    right: max(8px, env(safe-area-inset-right));
    top: clamp(86px, 18dvh, 132px);
    bottom: auto;
    width: auto;
    min-width: 0;
    max-width: none;
    max-height: min(58dvh, calc(100dvh - 178px - env(safe-area-inset-bottom)), 420px);
    margin: 0;
    padding: 5px;
    overflow-y: auto;
    overscroll-behavior: contain;
    border: 1px solid rgba(203, 213, 225, 0.92);
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.28);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0s 0.18s;
    z-index: 1220;
    text-align: left;
    scrollbar-width: thin;
  }

  .steed-product-archive .catalog-hero .supei-hf-nav--child-hero > .slp-category-nav__list > li.slp-mobile-sheet-open > .sub-menu,
  .steed-product-archive .catalog-hero .supei-hf-nav--child-hero > .slp-category-nav__list > li.is-open > .sub-menu,
  .steed-product-archive .catalog-hero .supei-hf-nav--child-hero > .slp-category-nav__list > li.menu-item-has-children.is-open > .sub-menu {
    display: grid;
    gap: 3px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0s;
  }

  .steed-product-archive .catalog-hero .supei-hf-nav--child-hero .sub-menu li.menu-item-has-children.is-open > .sub-menu {
    display: grid;
    position: static;
    width: 100%;
    max-height: none;
    margin: 1px 0;
    padding: 1px 0 1px 8px;
    overflow: visible;
    border: 0;
    border-left: 2px solid rgba(219, 234, 254, 0.96);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }

  .steed-product-archive .catalog-hero .supei-hf-nav--child-hero .sub-menu::before,
  .steed-product-archive .catalog-hero .supei-hf-nav--child-hero .sub-menu .sub-menu::before,
  .steed-product-archive .catalog-hero .supei-hf-nav--child-hero .sub-menu li.menu-item-has-children::after {
    display: none;
  }

  .steed-product-archive .catalog-hero .supei-hf-nav--child-hero .sub-menu li {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .steed-product-archive .catalog-hero .slp-category-nav.supei-hf-nav.supei-hf-nav--child-hero .sub-menu > li > a,
  .steed-product-archive .catalog-hero .slp-category-nav.supei-hf-nav.supei-hf-nav--child-hero .sub-menu .sub-menu > li > a,
  .steed-product-archive .catalog-hero .slp-category-nav.supei-hf-nav.supei-hf-nav--child-hero .sub-menu .slp-category-nav__mobile-view-all > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
    min-height: 40px;
    padding: 7px 10px;
    color: #1f2937;
    background: transparent;
    border: 0;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.25;
    white-space: normal;
    text-decoration: none;
    word-break: normal;
    overflow-wrap: anywhere;
    touch-action: manipulation;
  }

  .steed-product-archive .catalog-hero .slp-category-nav.supei-hf-nav.supei-hf-nav--child-hero .sub-menu > li > a:hover,
  .steed-product-archive .catalog-hero .slp-category-nav.supei-hf-nav.supei-hf-nav--child-hero .sub-menu > li > a:focus-visible {
    color: #1d4ed8;
    background: #eff6ff;
    padding-left: 10px;
  }

  .steed-product-archive .catalog-hero .supei-hf-nav--child-hero .sub-menu .slp-category-nav__label {
    justify-content: flex-start;
    text-align: left;
  }

  .steed-product-archive .catalog-hero .supei-hf-nav--child-hero .sub-menu .slp-category-nav__count {
    flex: 0 0 auto;
    color: #475569;
    font-size: 10px;
    font-weight: 700;
    white-space: nowrap;
  }

  .steed-product-archive .catalog-hero .supei-hf-nav--child-hero .sub-menu li.menu-item-has-children > a::after {
    width: 6px;
    height: 6px;
    flex: 0 0 6px;
    margin-left: auto;
    border-top: 0;
    border-right: 1.6px solid currentColor;
    border-bottom: 1.6px solid currentColor;
    transform: rotate(45deg);
    transition: transform 0.16s ease;
  }

  .steed-product-archive .catalog-hero .supei-hf-nav--child-hero .sub-menu li.menu-item-has-children.is-open > a::after {
    transform: rotate(225deg);
  }

  .steed-product-archive .catalog-hero .slp-category-nav.supei-hf-nav.supei-hf-nav--child-hero .sub-menu > .slp-category-nav__mobile-sheet-header {
    position: sticky;
    top: -5px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: -5px -5px 1px;
    padding: 8px 10px;
    border-bottom: 1px solid rgba(226, 232, 240, 0.96);
    border-radius: 14px 14px 0 0;
    background: rgba(255, 255, 255, 0.98);
  }

  .steed-product-archive .catalog-hero .supei-hf-nav--child-hero .sub-menu .sub-menu .slp-category-nav__mobile-sheet-header {
    display: none;
  }

  .steed-product-archive .catalog-hero .supei-hf-nav--child-hero .slp-category-nav__mobile-sheet-title {
    min-width: 0;
    color: #111827;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.25;
  }

  .steed-product-archive .catalog-hero .supei-hf-nav--child-hero .slp-category-nav__mobile-sheet-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    color: #475569;
    background: #f8fafc;
    border: 1px solid rgba(226, 232, 240, 0.96);
    border-radius: 999px;
    cursor: pointer;
    touch-action: manipulation;
  }

  .steed-product-archive .catalog-hero .supei-hf-nav--child-hero .slp-category-nav__mobile-sheet-close:hover,
  .steed-product-archive .catalog-hero .supei-hf-nav--child-hero .slp-category-nav__mobile-sheet-close:focus-visible {
    color: #1d4ed8;
    background: #eff6ff;
  }

  .steed-product-archive .catalog-hero .supei-hf-nav--child-hero .slp-category-nav__mobile-view-all > a {
    color: #1d4ed8;
    background: #eff6ff;
  }

  .steed-product-archive .catalog-hero .supei-hf-nav--child-hero .sub-menu > .slp-category-nav__mobile-view-all {
    display: block;
  }

  .steed-product-archive .catalog-hero .supei-hf-nav--child-hero .sub-menu .sub-menu .slp-category-nav__mobile-view-all {
    display: none;
  }
}

@media (max-width: 380px) {
  .steed-product-archive .catalog-hero .slp-category-nav.supei-hf-nav > li > a,
  .steed-product-archive .catalog-hero .slp-category-nav.supei-hf-nav > .slp-category-nav__list > li > a {
    min-width: 82px;
    max-width: 128px;
    min-height: 40px;
    padding-left: 9px;
    padding-right: 9px;
    font-size: 11px;
  }
}

@media (max-width: 768px) and (prefers-reduced-motion: reduce) {
  .steed-product-archive .catalog-hero .slp-category-nav.supei-hf-nav .sub-menu,
  .steed-product-archive .catalog-hero .catalog-hero__mobile-menu-backdrop {
    transition: none;
  }
}
