.xet-nproduct-skin .nproduct-category-wrp {
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--xet-theme-border-color);
}
.xet-nproduct-skin .nproduct-category-wrp .category-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1rem;
}
.xet-nproduct-skin .nproduct-category-wrp .category-container .category-route {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.xet-nproduct-skin .nproduct-category-wrp .category-container .category-route li {
  position: relative;
  padding-right: 20px;
}
.xet-nproduct-skin .nproduct-category-wrp .category-container .category-route li::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 1px solid var(--xet-theme-text-base-color);
  border-right: 1px solid var(--xet-theme-text-base-color);
}
.xet-nproduct-skin .nproduct-category-wrp .category-container .category-route li:last-child::after {
  display: none;
}
.xet-nproduct-skin .nproduct-category-wrp .category-container .category-route li a {
  display: flex;
  align-items: center;
}
.xet-nproduct-skin .nproduct-category-wrp .category-container .category-sort {
  display: flex;
  align-items: center;
  gap: 4px;
}
.xet-nproduct-skin .nproduct-category-wrp .category-container .category-sort > label {
  display: none;
  flex-shrink: 0;
}
.xet-nproduct-skin .nproduct-category-wrp .category-container select {
  width: 100%;
}
.xet-nproduct-skin .nproduct-category-wrp .m-category__list {
  display: flex;
  align-items: center;
  gap: 8px;
}
.xet-nproduct-skin .nproduct-category-wrp .m-category__list > div {
  flex: 1;
}
.xet-nproduct-skin .nproduct-category-wrp .category-ul {
  display: none;
  flex-wrap: wrap;
  gap: 4px;
}
.xet-nproduct-skin .nproduct-category-wrp .category__sub select {
  width: 100%;
}
@media (min-width: 1024px) {
  .xet-nproduct-skin .nproduct-category-wrp .category-container {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .xet-nproduct-skin .nproduct-category-wrp .category-container .category-sort > label {
    display: inline-block;
  }
  .xet-nproduct-skin .nproduct-category-wrp .category-container select {
    width: auto;
  }
  .xet-nproduct-skin .nproduct-category-wrp .m-category__list {
    display: none;
  }
  .xet-nproduct-skin .nproduct-category-wrp .category-ul {
    display: flex;
  }
}
/*# sourceMappingURL=4baab5832e8b9bf3ed63a9da0282d4067f2e44c1.categorylist.scss.map */
