.category-title {
  background-color: #00abf5;
  color: #ffffff;
}

.template-darkbackground .category-title {
  height: 60px;
} 

.template-darkbackground .category-title span {
  line-height: 60px;
} 

.category-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.category-toolbar .category-title {
  flex: 0 0 auto;
}

.category-toolbar .page-size-selector {
  margin: 0 0 0 auto;
}

.subcategory-title {
  display: flex;
  align-items: center;
  margin: 24px 0;
  font-size: 18px;
  font-weight: 700;
}

.subcategory-title::before,
.subcategory-title::after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background: #0e1b42;
}

.subcategory-title span {
  display: inline-block;
  width: 190px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #0e1b42;
  background: #ffffff;
}

@media (max-width: 767px) {
  .category-toolbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .category-toolbar .page-size-selector {
    margin-left: 0;
  }

  .subcategory-title::after {
    display: none;
  }
}

@media (max-width: 574px) {
  .subcategory-title span {
    width: 139px;
    height: 55px;
    line-height: 55px;
  }
}
