/** Shopify CDN: Minification failed

Line 208:0 Unexpected "}"
Line 271:3 Unexpected "/"

**/
/* .rich-text {
  z-index: 1;
}

.rich-text__wrapper {
  display: flex;
  justify-content: center;
  width: calc(100% - 4rem / var(--font-body-scale));
}

.rich-text:not(.rich-text--full-width) .rich-text__wrapper {
  margin: auto;
  width: calc(100% - 8rem / var(--font-body-scale));
}

.rich-text__blocks {
  width: 100%;
}

@media screen and (min-width: 750px) {
  .rich-text__wrapper {
    width: 100%;
  }

  .rich-text__wrapper--left {
    justify-content: flex-start;
  }

  .rich-text__wrapper--right {
    justify-content: flex-end;
  }

  .rich-text__blocks {
    max-width: 50rem;
  }
}

@media screen and (min-width: 990px) {
  .rich-text__blocks {
    max-width: 78rem;
  }
}

.rich-text__blocks * {
  overflow-wrap: break-word;
}

.rich-text__blocks > * {
  margin-top: 0;
  margin-bottom: 0;
}

.rich-text__blocks > * + * {
  margin-top: 2rem;
}

.rich-text__blocks > * + a {
  margin-top: 3rem;
}

.rich-text__buttons {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
  max-width: 45rem;
  word-break: break-word;
}

.rich-text__buttons--multiple > * {
  flex-grow: 1;
  min-width: 22rem;
}

.rich-text__buttons + .rich-text__buttons {
  margin-top: 1rem;
}

.rich-text__blocks.left .rich-text__buttons {
  justify-content: flex-start;
}

.rich-text__blocks.right .rich-text__buttons {
  justify-content: flex-end;
} */

/* .rich-text {
  z-index: 1;
}

.rich-text__wrapper {
  display: flex;
  justify-content: center;
  width: calc(100% - 4rem / var(--font-body-scale));
}

.rich-text:not(.rich-text--full-width) .rich-text__wrapper {
  margin: auto;
  width: calc(100% - 8rem / var(--font-body-scale));
}

.rich-text__blocks {
  width: 100%;
}

@media screen and (min-width: 750px) {
  .rich-text__wrapper {
    width: 100%;
  }

  .rich-text__wrapper--left {
    justify-content: flex-start;
  }

  .rich-text__wrapper--right {
    justify-content: flex-end;
  }

  .rich-text__blocks {
    max-width: 50rem;
  }
}

@media screen and (min-width: 990px) {
  .rich-text__blocks {
    max-width: 78rem;
  }
}

.rich-text__blocks * {
  overflow-wrap: break-word;
}

.rich-text__blocks > * {
  margin-top: 0;
  margin-bottom: 0;
}

.rich-text__blocks > * + * {
  margin-top: 2rem;
}

.rich-text__blocks > * + a {
  margin-top: 3rem;
}

.rich-text__buttons {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
  max-width: 45rem;
  word-break: break-word;
}

.rich-text__buttons--multiple > * {
  flex-grow: 1;
  min-width: 22rem;
}

.rich-text__buttons + .rich-text__buttons {
  margin-top: 1rem;
}

.rich-text__blocks.left .rich-text__buttons {
  justify-content: flex-start;
}

.rich-text__blocks.right .rich-text__buttons {
  justify-content: flex-end;
}

@media screen and (min-width: 990px) {
  /* Force heading and buttons to share the first row */
  .rich-text .rich-text__blocks {
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    grid-auto-rows: auto;
    column-gap: 2rem;
    align-items: center;
  }

  .rich-text .rich-text__blocks .rich-text__heading {
    grid-column: 1;
    grid-row: 1;
  }

  .rich-text .rich-text__blocks .rich-text__buttons {
    grid-column: 2;
    grid-row: 1;
    margin-top: 0 !important;
    width: auto !important;
    max-width: none !important;
    justify-content: flex-end;
  }

  .rich-text .rich-text__blocks > :not(.rich-text__heading):not(.rich-text__buttons) {
    grid-column: 1 / -1;
  }
}

.rich-text__heading--with-button {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.rich-text__heading--with-button .rich-text__heading-text {
  flex: 1 1 auto;
}

.rich-text__heading--with-button .button {
  flex: 0 0 auto;
}

@media screen and (min-width: 990px) {
  .rich-text__heading--with-button {
    flex-wrap: nowrap;
  }
  .rich-text__heading--with-button .button {
    margin-left: auto;
  }
}
.rich-text__heading-link {
  display: inline-flex !important;
  align-items: center !important;
  color: inherit !important;
  text-decoration: none !important;
  cursor: pointer !important;
  transition: color 0.3s ease, text-decoration 0.3s ease !important;
}

.rich-text__heading-link:hover {
  color: #000000 !important; /* 你品牌色也可以换 */
  text-decoration: underline !important;
}


/* 仅针对NEW EVENT部分的按钮样式 - 不影响其他rich text */
#shopify-section-template--25063492419874__rich_text_XMb9q8 .rich-text__heading--with-button {
  padding-right: 200px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  position: relative !important;
}

#shopify-section-template--25063492419874__rich_text_XMb9q8 .rich-text__heading--with-button .rich-text__heading-text {
  flex: 0 0 auto !important;
}

.rich-text-heading-row .see-all-btn {
  position: absolute !important;
  right: -150px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  flex-shrink: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  z-index: 10 !important;
} */
