/* 脚本引入隐藏 */
#shopify-section-template--18990491730159__custom_liquid_fVjYDg {
  display: none;
}

/* banner 底部 */
#shopify-section-template--18990491730159__icons_with_text_ryHVRd {
  background: #000000;
  color: rgba(255, 255, 255, 0.9);

  .icon {
    /* display: none; */
  }

  .icons-with-text__text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-inline-start: 8px;
    height: 100%;
    font-size: 14px;

    p {
      margin: 0;
      flex: 1;
    }

    > div > p {
      font-size: 12px;
      color: rgba(255, 255, 255, 0.6);
    }
  }
}

#shopify-section-template--18990491730159__image_banner_mBWJgA {
  .text-overlay {
    margin-left: 10%;
  }

  h2 {
    margin-bottom: 0;
    font-weight: 700;
  }

  .subheading {
    margin-bottom: 8px;
    font-size: 46px;
    color: #bdbdbf;
  }

  .enlarge-text p {
    padding: 0 16px 8px;
    width: fit-content;
    border-radius: 8px;
    background-color: #e70012;
    line-height: 1;
    color: #fff;
    font-size: 36px;

    strong {
      font-size: 140px;
    }

    em {
      font-style: normal;
      font-size: 64px;
      font-weight: 700;
    }
  }
}

/* 邮件 */
#shopify-section-template--18990491730159__newsletter_dFUfNm > div {
  margin: 0;
  padding: 82px 0;
  background: #000000;

  h2 {
    margin-bottom: 12px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1;
    color: #ffffff;
  }

  p {
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.6);
  }

  .input-with-button {
    background: none;
    gap: 8px;

    input {
      margin: 0;
      padding: 0 12px;
      height: 40px;
      border-radius: 4px;
      background-color: #ffffff;
    }

    button {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 40px;
      border-radius: 3px;
      background-color: #bf2224;
      color: #fff;
    }
  }
}

#shopify-section-template--18990491730159__media_grid_y6B9PP .section__heading {
  font-weight: 700;
}

#shopify-section-template--18990491730159__media_grid_y6B9PP,
#shopify-section-template--18990491730159__media_grid_9dHzVN {
  img {
    top: 8%;
    height: 90%;
    object-fit: contain;
  }

  .gallery-block {
    background-color: #f7f7f7;

    p {
      font-weight: 700;
      color: rgba(0, 0, 0, 0.9);
    }

    .media::after {
      background: none;
    }

    .btn {
      background: rgba(0, 0, 0, 0.9);
      border-color: rgba(0, 0, 0, 0.9);
      color: #fff;
    }
  }
}

#shopify-section-template--18990491730159__media_grid_y6B9PP .section {
  margin-bottom: calc(6 * var(--space-unit));
}

#shopify-section-template--18990491730159__media_grid_9dHzVN .section {
  margin-top: calc(6 * var(--space-unit));
}

/* 移动端 */
@media (max-width: 599.98px) {
  #shopify-section-template--18990491730159__newsletter_dFUfNm > div {
    padding: 64px 0;

    h2 {
      margin-bottom: 16px;
      font-size: 20px;
    }

    p {
      margin-bottom: 16px;
      font-size: 14px;
    }
  }

  #shopify-section-template--18990491730159__image_banner_mBWJgA {
    .text-overlay {
      margin-left: 0;
      margin-top: -35%;
    }

    h2 {
      font-size: 32px;
    }

    .subheading {
      font-size: 22px;
    }

    .enlarge-text {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;

      p {
        padding: 0 16px 8px;
        font-size: 22px;

        strong {
          font-size: 80px;
        }

        em {
          font-size: 36px;
        }
      }
    }
  }

  #shopify-section-template--18990491730159__media_grid_y6B9PP,
  #shopify-section-template--18990491730159__media_grid_9dHzVN {
    img {
      object-fit: cover;
    }

    .gallery-block {
      p {
        font-size: 14px;
      }

      .btn {
        padding: 6px 12px;
        font-size: 10px;
      }
    }
  }

  #shopify-section-template--18990491730159__media_grid_y6B9PP .section {
    margin-bottom: calc(3 * var(--space-unit));
  }

  #shopify-section-template--18990491730159__media_grid_9dHzVN .section {
    margin-top: calc(3 * var(--space-unit));
  }
}
