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

/* legacy/templates/index/index.html */
.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;
}

.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;
}

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

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

.category-description {
  padding: 15px 10px 5px;
}

.category-description-title {
  font-weight: bold;
  font-size: 14px; 
  margin-bottom: 10px;
  line-height: 22px;
  letter-spacing: 2px !important;
}

.category-description-desc {
  font-size: 12px; 
}

.tags {
  margin-top: 10px;
}

.tag {
  height: 26px;
  line-height: 26px;
  border-radius: 13px;
  border: 1px solid #E3939C;
  padding: 5px 8px;
  margin-right: 5px;
}

.tag-selected {
  height: 26px;
  line-height: 26px;
  border-radius: 13px;
  border: 1px solid #E3939C;
  background: #E3939C;
  padding: 5px 8px;
  margin-right: 5px;
  color: white;
}

.product-rank-list-product-link {
  display: flex;
  color: #352F30;
  margin: 15px 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.product-rank-list-product-image {
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: 15px;
}

.product-rank-list-product-info {
  flex: 1;
}

.product-rank-list-product-info-rank-container {
  display: flex;
}

.product-rank-list-product-info-rank {
  background: #F97885;
  padding: 1px 7px 1px 15px;
  color: white;
  font-size: 12px;
  font-weight: bold;
}

.product-rank-list-product-info-brand {
  font-size: 12px;
  padding: 1px 7px;
}

.product-rank-list-product .product-list-product-title {
  font-size: 16px;
  font-weight: bold;
  margin: 8px 0 8px 15px;
  line-height: 22px;
}

.product-rank-list-product-sub-info {
  display: flex;
  margin-left: 15px;
}

.product-rank-list-product-price {
  font-size: 12px;
  margin-right: 8px;
  padding: 1px 0;
}

.product-rank-list-product-category {
  font-size: 12px;
  background: #eee;
  padding: 1px 5px;
  border-radius: 3px;
}
