.creator-box h2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #444;
  margin: 24px 0;
}
.creator-box .creator-list-box {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  row-gap: 40px;
  max-width: 182px;
}
.creator-box .creator-list-box > a {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.creator-box .creator-list-box > a .img-box {
  width: 182px;
  height: 182px;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 12px;
  transition: filter 0.2s ease;
}
.creator-box .creator-list-box > a .img-box:hover {
  filter: brightness(90%);
}
.creator-box .creator-list-box > a .category {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  /* G6 */
  color: #888888;
}
.creator-box .creator-list-box > a .item {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  /* identical to box height */
  /* B */
  color: #444444;
}
.creator-box .creator-list-box > a .price {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  /* identical to box height */
  /* pur1 */
  color: #6D22A8;
}
.creator-box .creator-empty-box {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 20px 0;
}
.creator-box .creator-footer {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.creator-box .creator-footer .btn-more {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  /* identical to box height, or 24px */
  /* B */
  color: #444444;
}
.creator-box .creator-footer .btn-more .ico.more {
  background: url("../../../../modules/hotosubmall/skins/default/css/ico-chevron-down.svg") no-repeat center;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-left: 4px;
}
@media (max-width: 1024px) {
  .creator-box .creator-list-box {
    flex-wrap: wrap;
  }
  .creator-box .creator-list-box a {
    width: calc(50% - 12px);
  }
  .creator-box .creator-list-box a .img-box {
    width: 100%;
    height: calc(100vw / 2 - 36px);
  }
}
section {
  margin-bottom: 40px;
}
.app-footer {
  margin-top: 100px;
}
/*# sourceMappingURL=3a2753325aacabbffddc6bdad74cc27908087f39.view.scss.map */
