/** Shopify CDN: Minification failed

Line 12:0 Unexpected "<"
Line 70:0 Unexpected "<"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:page-aboutus (INDEX:27) */
<style>
  .about-custom-btn-wrap {
    margin-top: 18px;
  }

  .about-custom-btn-link {
    display: inline-block;
    text-decoration: none;
  }

  .about-custom-btn {
    display: inline-block;
    padding: 12px 22px;
    border-radius: 4px;
    font-weight: 600;
    line-height: 1;
    transition: all .2s ease;
  }

  .about-custom-btn:hover {
    opacity: .9;
  }

  .about-custom-btn-image {
    display: inline-block;
    max-width: 100%;
    height: auto;
    transition: opacity .2s ease;
  }

  .about-custom-btn-image:hover {
    opacity: .9;
  }
  
  /* About blocks: keep 2-per-row, center last row */
  .abouttab-row{
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* 关键：最后一行会居中 */
  }

  .abouttab-col{
    float: none !important; /* 取消 bootstrap float 的影响 */
  }

  /* ≥768px: 2 columns */
  @media (min-width: 768px){
    .abouttab-col{
      width: 50%;
    }
  }

  /* <768px: 1 column */
  @media (max-width: 767px){
    .abouttab-col{
      width: 100%;
    }
  }
</style>
/* END_SECTION:page-aboutus */