section:has(#category-anchors) {
  background: #000000;
  z-index: 10;
}
[lang$='CA'] .nav-item-content-creation,
[lang$='AU'] .nav-item-chair,
[lang$='AP'] .nav-item-chair,
[lang$='TW'] .nav-item-chair,
[lang$='JP'] .nav-item-chair,
[lang$='KR'] .nav-item-chair,
[lang$='IT'] .nav-item-laptop,
[lang$='AP'] .nav-item-laptop,
[lang$='ES'] .nav-item-laptop,
[lang$='JP'] .nav-item-laptop,
[lang$='FR'] .nav-item-laptop {display: none;}
#category-anchors .nav-category-anchor {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: var(--cx-ghost-margin);
  flex-wrap: wrap;
}
#category-anchors li {
  flex: 0 0 120px;
  text-align: center;
  margin-top: 2rem;
}
#category-anchors a {
  color: #fff;
  text-decoration: none;
  display: flex;
  flex-direction: column;
}
#category-anchors a:hover {
  color: #44d62c;
}
#category-anchors .icon {
  display: inline-block;
  width: 56px;
  height: 56px;
  margin: 0 auto 8px;
  background: center/contain no-repeat;
}
#category-anchors .icon-laptop {
  background-image: url("https://assets2.razerzone.com/images/icon-library/v1/L3%20Nav%20Icons%20(L3NI)/L3NI0004-blade-16.svg");
}
#category-anchors .icon-mice {
  background-image: url("https://assets2.razerzone.com/images/icon-library/v1/L3%20Nav%20Icons%20(L3NI)/L3NI0018-deathadder.svg");
}
#category-anchors .icon-keyboard {
  background-image: url("https://assets2.razerzone.com/images/icon-library/v1/L3%20Nav%20Icons%20(L3NI)/L3NI0007-huntsman.svg");
}
#category-anchors .icon-controller {
  background-image: url("https://assets2.razerzone.com/images/icon-library/v1/L3%20Nav%20Icons%20(L3NI)/L3NI0096-Controllers.svg");
}
#category-anchors .icon-audio {
  background-image: url("https://assets2.razerzone.com/images/icon-library/v1/L3%20Nav%20Icons%20(L3NI)/L3NI0039-blackshark.svg");
}
#category-anchors .icon-chair {
  background-image: url("https://assets2.razerzone.com/images/icon-library/v1/L3%20Nav%20Icons%20(L3NI)/L3NI0035-chairs.svg");
}
#category-anchors .icon-content-creation {
  background-image: url("https://assets2.razerzone.com/images/icon-library/v1/L3%20Nav%20Icons%20(L3NI)/L3NI0044-kiyo.svg");
}
@media (max-width: 767px) {
  #category-anchors li {
    flex-basis: 80px;
  }
  #category-anchors a {
    font-size: 12px;
  }
  #category-anchors .icon {
    width: 32px;
    height: 32px;
  }
}
 @media screen and (max-width:767px){} @media screen and (-webkit-max-device-pixel-ratio: 1) and (min-width: 1200px), screen and (min-width: 768px) and (max-width: 1200px){} @media screen and (-webkit-min-device-pixel-ratio: 1) and (min-width: 1200px){} @media screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 1200px){}