/* Generated by scripts/build-legacy-css.mjs from legacy/templates/brand/index.html. */

/* legacy/templates/brand/index.html */
.sub-categories {
  white-space: nowrap;
  height: 46px;
  display: flex;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  background: #EFEAEB;
  align-items: center;
  padding: 0 10px;
}

.sub-categories::-webkit-scrollbar {
  display: none;
}

.sub-category {
  height: 28px;
  line-height: 28px;
  display: flex;
  padding: 0 11px;
  color: #352F30;
  background: white;
  border-radius: 14px;
  margin: 0 5px;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.08);
}

.sub-category-selected {
  color: #E3939C;
}

.top-sub-menu {
  display: flex;
}

.top-sub-menu-option {
  display: block;
  width: 50%;
  text-align: center;
  padding-bottom: 8px;
  color: #352F30;
  flex-shrink: 0;
  padding-top: 14px;
  background: white;
}

.top-sub-menu-option-selected {
  border-bottom: 2px solid #E3939C;
  font-weight: bold;
  color: #352F30;
}

.page-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}

.page {
  display: block;
  width: 34px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #eee;
  color: #333;
  margin: 0 7px;
  border-radius: 3px;
  border-bottom: 2px solid #eee;
}

.current-page {
  background: #eee;
}

.product-list-product-popular-count-title {
  color: #999;
  font-weight: normal;
}

.product-list-product-popular-count {
  font-size: 13px;
  font-weight: bold;
  color: #E3939C;
}

.brand-container {
  padding: 20px 10px 10px;
}

.brand-container h1 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 14px; 
}

.no-result {
  padding: 30px 20px;
  background: #f8f7f7;
  border-radius: 10px;
}
