.rich-text .prose .h2{
    background: linear-gradient(270deg, #db06e8 0%, #df1cc0 48.42%, #ab2bf5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-full {
    padding-top: 96px;
    padding-bottom: 48px;
}


@media (max-width: 700px) {
    .section-full {
      padding-top: 64px;
      padding-bottom: 32px;
    }
    .rich-text .prose .h1 {
      line-height: 42px;
    }
}


/* 定制样式 */
.collection-list {
  --grid-gutter: clamp(8px, 1vw, 20px);
  justify-content: start;
  @media screen and (min-width: 700px)  {
    display: flex;
    .collection-card {
      flex: 1 0 0;
      img {
        width: auto !important;
      }
    }
  }
}


.shopify-section--multi-column {
  .h4 {
    @media screen and (min-width: 699px)  {
      font-size: 1.5rem ;
      
    }
  }
  .multi-column__item {
    img {
      width: 4rem;
      height: auto;
      @media screen and (max-width: 699px) {
        width: 3.0625rem;
      }
    }

    .v-stack.gap-4.text-start {
        gap:8px;
      .prose {
        color: #D9D9D9 ;
        @media screen and (max-width: 699px)  {
          font-size: .875rem;
        }
      }
      .prose>:last-child {
        margin-block-start: 8px;
        a {
          color: #fff;
        }
      }
    }
  }
}

.new-mutliple-prose {
  text-align: start;
}