.store-category__header {
  margin-bottom: 20px;
}

.store-category__filter {
  margin-bottom: 40px;
}

.store-category__filter-labels {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
}

.store-category__filter-label {
  padding: 10px 0;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}

.store-category__filter-label.sub {
  font-weight: 400;
}

.store-category__filter-label svg {
  width: 16px;
  height: 16px;
  color: #888;
}

.store-category__filter-items {
  display: none;
}

.store-category__filter-items a,
.store-category__filter-items div {
  color: #333;
  font-size: 14px;
  line-height: 1.2;
}

.store-category__filter-items a[data-active="1"] {
  font-weight: 600;
}

a.store-category__filter-remove {
  color: #999;
}

.store-category__filter .store-category__filter-label.active svg {
  transform: rotate(180deg);
}

.store-category__filter .store-category__filter-items.active {
  display: block;
}

.store-category__sub-text {
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 10px;
}

/*  */
.store-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin-bottom: 20px;
}

.store-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 8px;
  box-shadow: 1px 1px 1px #eee;
  background-color: white;
  padding: 20px 25px;
}

.store-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}

.store-card__title {
  font-size: 18px;
  color: #333;
}

.store-card__title span {
  color: #777;
}

.store-card__link {
  color: #999;
  margin-bottom: 10px;
  display: block;
}

.store-card__offer a {
  color: #999;
}

.store-card__logo {
  width: auto;
  height: 100px;
  object-fit: contain;
}

.store-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

/*  */
.store-more {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
  row-gap: 40px;
}

.store-more__item {
  flex-basis: 25%;
  max-width: 25%;
  min-width: 200px;
  padding: 10px;
}

.store-more__item-title {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
  line-height: 1;
}

.store-more__item a {
  display: block;
  color: #333;
  font-size: 15px;
  line-height: 1.2;
  word-break: break-word;
}

.store-more__item a span {
  color: #999;
}
