<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shopify CDN: Minification failed

Line 170:0 Unexpected "}"

**/
.g-brand-show {
  position: relative;
  .g-brand-show-background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    .g-image {
      height: 101%;
    }
    img {
      animation: reverse;
      opacity: 1;
    }
  }
  .g-image {
    margin-left: auto;
    margin-right: auto;
  }
  .g-brand-show-header-img {
    width: 278px;
  }

  .g-brand-show-header {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .header-title {
    display: flex;
    justify-content: center;
    color: #000;
    position: relative;
    .header-title--left,
    .header-title--right {
      h4 {
        font-weight: 700;
      }
      position: relative;
      padding: 0px 30px;
      margin: 50px 0;
      flex-grow: 1;
    }
    .header-title--left:has(+ .header-title--right) {
      text-align: right;
      width: 50%;
    }
    .header-title--left + .header-title--right {
      text-align: left;
      width: 50%;
    }
    .header-title--left + .header-title--right::before {
      content: '';
      display: block;
      width: 1px;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      background: #000;
      transform: scale(0.6);
    }
  }

  img {
    max-width: 100% !important;
  }
  .g-brand-show__logo {
    align-items: flex-start;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    background: #fff;
    border-radius: var(--card-radius);
    padding: 23px;
    height: 100%;
    width: 100%;
    gap: 9px;
  }
  .g-brand-show__title {
    font-weight: 700;
  }
  .g-logo-svg {
    width: 30px;
    height: 30px;
    margin-bottom: 5px;
    display: flex;
    margin-top: auto;
    margin-left: auto;
  }
  .g-brand-show__description {
    font-size: 14px;
    color: rgb(var(--color-foreground-secondary));
  }
  @media (min-width: 768px) {
    .g-logo-svg {
      width: 52px;
      height: 52px;
    }
    .g-brand-show__logo {
      padding: 35px;
      aspect-ratio: 1 / 1.1;
      margin-bottom: 15px;
    }
    .g-brand-show__description {
      font-size: 18px;
    }
    .g-brand-show .swiper-container-initialized .g-brand-show__inner,
    .g-brand-show__inner {
      margin-left: 0;
      margin-right: 0;
      gap: 20px;
    }
    }
  }
  .g-brand-show .swiper-container-initialized .g-brand-show__inner,
  .g-brand-show__inner {
    margin-left: 0;
    margin-right: 0;
  }
  .g-mixed-layout {
    position: relative;
  }
  .g-brand-show__logo .g-image {
    max-width: var(--image-width, 100%);
  }
  .g-brand-show__wrapper {
    padding: 0 50px;
  }
  /* å¼€å¯å±€éƒ¨æ¸²æŸ“ */
  .js_number_animate {
    transform: translateZ(0);
  }
  @media (max-width: 768px) {
    .g-brand-show-header-img {
      width: 125px;
    }
    .g-brand-show__wrapper {
      padding: 0 27.5px;
    }
    .g-brand-show__inner {
      border-radius: var(--card-radius);
      background-color: #fff;
      margin-top: 30px;
    }
    .g-brand-show__logo {
      padding: 18px 11px;
      gap: 0;
      justify-content: center;
    }
    .g-brand-show__title {
      font-size: 20px;
    }
    .g-brand-show__description {
      font-size: 12px;
    }
    .g-brand-show-mark {
      padding-left: 10px;
      border-left: 2px solid rgb(var(--color-button));
    }
  }
}
</pre></body></html>