/*
  Color Scheme
*/
.collections-wrapper[data-v-76d058f8] {
  margin-left: calc(-0.25rem / 2);
  margin-right: calc(-0.25rem / 2);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.collections-wrapper .collection-item[data-v-76d058f8] {
    width: 33.333333%;
    padding: 0 0.125rem;
    margin-bottom: 0.25rem;
}
.collection-wrapper[data-v-76d058f8] {
  background: #fff;
  border-radius: 0.05rem;
  overflow: hidden;
  font-size: 0.2rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.collection-wrapper .content-cover[data-v-76d058f8] {
    height: 100px;
    background: linear-gradient(90deg, #efefef, #ddd, #efefef);
    background-size: 400% 400%;
    animation: BgGradient 3s ease infinite;
}
.collection-wrapper .collection-info[data-v-76d058f8] {
    padding: 0 0.2rem;
    display: flex;
    flex-direction: row;
    margin-top: -0.3rem;
    justify-content: space-between;
    align-items: center;
}
.collection-wrapper .collection-info .info-icon[data-v-76d058f8] {
      background: linear-gradient(90deg, #efefef, #ddd, #efefef);
      background-size: 400% 400%;
      animation: BgGradient 3s ease infinite;
}
.collection-wrapper .collection-info .btn[data-v-76d058f8] {
      width: 90px;
      background: linear-gradient(90deg, #efefef, #ddd, #efefef);
      background-size: 400% 400%;
      animation: BgGradient 3s ease infinite;
}
.collection-wrapper .collection-content[data-v-76d058f8] {
    flex: 1;
    padding: 0.2rem;
}
.collection-wrapper .collection-content h2[data-v-76d058f8],
    .collection-wrapper .collection-content .info-desc[data-v-76d058f8],
    .collection-wrapper .collection-content .info-count[data-v-76d058f8] {
      display: flex;
      flex-direction: column;
      justify-content: space-around;
}
.collection-wrapper .collection-content h2 span[data-v-76d058f8],
      .collection-wrapper .collection-content .info-desc span[data-v-76d058f8],
      .collection-wrapper .collection-content .info-count span[data-v-76d058f8] {
        height: 10px;
        background: linear-gradient(90deg, #efefef, #ddd, #efefef);
        background-size: 400% 400%;
        animation: BgGradient 3s ease infinite;
}
.collection-wrapper .collection-content h2 span[data-v-76d058f8] {
      height: 16px;
      width: 60%;
}
.collection-wrapper .collection-content .info-desc span[data-v-76d058f8] {
      height: 12px;
}
.collection-wrapper .collection-content .info-desc span[data-v-76d058f8]:last-of-type {
        width: 35%;
}
.collection-wrapper .collection-content .info-count span[data-v-76d058f8] {
      width: 70%;
}

/*
  Color Scheme
*/
.collections-wrapper {
  margin-left: calc(-0.25rem / 2);
  margin-right: calc(-0.25rem / 2);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.collections-wrapper .collection-item {
    width: 33.333333%;
    padding: 0 0.125rem;
    margin-bottom: 0.25rem;
}
.collection-wrapper {
  background: #fff;
  border-radius: 0.05rem;
  font-size: 0.2rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.collection-wrapper .content-cover {
    height: 100px;
}
.collection-wrapper .content-cover img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 0.05rem 0.05rem 0 0;
}
.collection-wrapper .collection-info {
    padding: 0 0.2rem;
    display: flex;
    flex-direction: row;
    margin-top: -0.3rem;
    justify-content: space-between;
    align-items: center;
}
.collection-wrapper .collection-info .info-icon {
      width: 1rem;
      height: 1rem;
      border: 0.05rem solid #fff;
      border-radius: 0.5rem;
}
.collection-wrapper .collection-info .info-icon img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 0.5rem;
}
.collection-wrapper .collection-info .btn {
      margin-top: 0.2rem;
      min-width: auto;
}
.collection-wrapper .collection-info .btn .btn-text {
        margin-right: 0;
}
.collection-wrapper .collection-content {
    flex: 1;
    padding: 0.2rem;
}
.collection-wrapper .collection-content h2 a {
      display: block;
      font-size: 0.2rem;
      line-height: 0.3rem;
      font-weight: 500;
      width: 100%;
      height: 0.3rem;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-family: "Roboto", sans-serif;
}
.collection-wrapper .collection-content .info-desc {
      display: -webkit-box;
      height: 0.525rem;
      max-height: 0.525rem;
      font-size: 0.175rem;
      line-height: 1.5;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      color: #6a6a6a;
      margin-top: 12px;
      margin-bottom: 12px;
}
.collection-wrapper .collection-content .info-count {
      font-size: 0.175rem;
      font-weight: 500;
      color: #9a9a9a;
}
.collection-wrapper:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.collection-wrapper:hover .collection-content h2 a {
      color: #1266f1;
}
@media (max-width: 768px) {
.collections-wrapper {
    margin: 0;
}
.collections-wrapper .collection-item {
      width: 100%;
      margin-bottom: 6px;
      padding: 0;
}
.collections-wrapper .collection-item .collection-wrapper {
        border-radius: 0;
}
.collections-wrapper .collection-item .collection-wrapper .content-cover img {
          border-radius: 0;
}
.collections-wrapper .collection-item .collection-wrapper .collection-content .info-desc {
          display: none;
}
}

