/** Shopify CDN: Minification failed

Line 29:2 Unexpected "}"
Line 62:10 Expected identifier but found whitespace
Line 62:12 Unexpected "{"
Line 62:21 Expected ":"
Line 63:14 Expected identifier but found whitespace
Line 63:16 Unexpected "{"
Line 63:25 Expected ":"
Line 161:10 Expected identifier but found whitespace
Line 161:12 Unexpected "{"
Line 161:21 Expected ":"
... and 6 more hidden warnings

**/

  .BlogList_BOX {
    display: flex;
    gap: 30px;
  }
  .BlogList_L {
    width: 75%;
  }
  .g-blog-sidebar{
            display: flex;
        flex-flow: column;
        gap: 12px;
    }
  }
  .BlogList_L_T {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 36px;
  }
  .BlogList_R {
    width: 25%;
    overflow: hidden;
    padding-top: 9.5vh;
    display: flex;
    flex-flow: column;
    gap: 12px;
  }
  .BlogList_L_B_A_B {
    padding: 24px;
  }
  .BlogList_L_B {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }
  .BlogList_L_B_A {
    width: calc((100% - 24px) / 3);
    border-radius: 18px;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #fff;
  }
  [data-section-id="{{ section.id }}"] .BlogList_h2 {
    font-weight: 700;
    margin-right: 35px;
    color: {{ section.settings.title_color }};
    font-size: {{ section.settings.title_size | append: 'px' }};
  }
  .BlogList_link {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 14px;
    /* 100% */
    letter-spacing: 0.196px;
  }
  .BlogList_L_B_A a img {
    width: 100%;
    height: 248px;
    object-fit: cover;
    object-position: center;
  }
  .pagination {
    display: flex;
    gap: 8px;
    margin-top: 20px;
    justify-content: center;
    align-items: center;
  }

  .pagination a {
    padding: 6px 10px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    color: #333;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .pagination a.current {
    color: #fff;
    background: #03E5BA;
  }

  .pagination a svg {
    pointer-events: none;
  }
  #pagination a {
    margin: 0 4px;
    width: 36px;
    height: 36px;
    text-decoration: none;
    border-radius: 50%;
    color: #333;
  }

  #pagination a.current {
    color: #fff;
    background: #03E5BA;
  }

  #pagination a.dots {
    border: none;
    cursor: default;
    color: #999;
  }
  .BlogList_R_swiper {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
  }
  .BlogList_R_pagination {
    position: absolute;
    bottom: 5%;
    left: 24px;
    display: flex;
    justify-content: center;
    gap: 6px;
    z-index: 2;
  }
  .BlogList_R_pagination .swiper-pagination-bullet {
    background: #414141;
    display: block;
    width: 48px;
    height: 2px;
  }
  .BlogList_R_pagination .swiper-pagination-bullet-active {
    background: #D9D9D9;
  }
  .BlogList_R_S_B {
    position: absolute;
    left: 24px;
    bottom: 10%;
    display: flex;
    flex-flow: column;
    gap: 12px;
  }
  .BlogList_R_S_B h6 {
    font-size: 12px;
    font-weight: 300;
    line-height: 14px;
    color: {{ section.settings.tong_color }};
  }
  .BlogList_R_S_B h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    color: {{ section.settings.tong_color }};
  }
  .BlogList_R_S_B p {
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    color: {{ section.settings.tong_color }};
  }
  .BlogList_R_S_B a {
    border-radius: 18px;
    background: #03E5BA;
    color: #000;
    font-size: 12px;
    text-align: center;
    width: 8vw;
  }
  .BlogList_m {
    display: none;
  }
  .blog_box_title_b {
    color: #1D1D1F;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin: 8px 0;
  }
  .BlogList_R_box {
    background-color: #fff;
    border-radius: 18px;
    padding: 36px 24px;
    gap: 24px;
    display: flex;
    flex-flow: column;
  }
  .BlogList_R_h4 {
    color: #000;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
  }
  .BlogList_R_p {
    color: #1D1D1F;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
  }
  .BlogList_R_p span {
    color: #03E5BA;
    font-weight: 700;
  }
  .BlogList_R_label_L {
    display: flex;
    gap: 6px;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .BlogList_R_label_L ul {
    display: flex;
    gap: 6px;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .BlogList_R_label_L li a {
    border-radius: 90px;
    background: #EFEFEF;
    padding: 6px 12px;
    color: #1D1D1F;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    transition: all 0.3s ease;
  }
  .BlogList_R_label_L li a:hover {
    background: #aba8a8;
  }
  .BlogList_R_blog_B_L {
    display: flex;
    gap: 12px;
    padding: 24px 0;
    flex-flow: column;
    border-bottom: 1px solid #DDD;
  }
  .BlogList_R_blog_B_L h4 {
    color: #1D1D1F;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
  }
  .BlogList_R_blog_B_L p {
    color: #1D1D1F;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 16px;
  }
  .Product_Series_L_h4 {
    color: #1D1D1F;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
  }
  .BlogList_R_ProductL_N img {
    width: 70%;
    margin: 0 auto;
  }
  .BlogList_R_ProductL_box {
    padding: 24px;
    background-color: #fff;
    border-radius: 18px;
  }
  .BlogList_R_ProductL_N .BlogList_R_pagination {
    justify-content: center;
    width: 100%;
    left: 0;
  }
  .BlogList_R_ProductL_N {
    margin-top: 30px;
  }
  .BlogList_R_ProductL_N_p {
    margin: 16px 0;
  }
  .Product_Series_L_h4 {
    color: #1D1D1F;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;

    display: -webkit-box;
    /* 弹性伸缩盒子 */
    -webkit-line-clamp: 2;
    /* 限制显示 2 行 */
    -webkit-box-orient: vertical;
    /* 垂直排列 */
    overflow: hidden;
    /* 隐藏超出内容 */
    text-overflow: ellipsis;
    /* 省略号 */
  }

  .BlogList_R_ProductL_N_p_S {
    color: #1D1D1F;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    margin-right: 19px;
    display: inline-block;
  }
  .BlogList_R_ProductL_N_p_X {
    color: #999;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    display: inline-block;
  }
  .BlogList_R_ProductL_N_btn {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 30px;
  }
  .BlogList_R_ProductL_N_btn a {
    width: 100%;
    border-radius: 980px;
    border: 1px solid #000;
    text-align: center;
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    padding: 6px 0;
  }
  .g-product-card__action-wrapper {
    width: 100%;
  }
  .g-product-card__action-wrapper button {
    border-radius: 980px;
    background: #03E5BA;
    text-align: center;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    padding: 9px 0;
  }
  .BlogList_R_Series_L {
    display: flex;
    gap: 12px;
  }
  .BlogList_R_Series_L img {
    width: 30%;
    border-radius: 18px;
  }
  .BlogList_R_Series_L_B {
    width: 70%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
  }
  .Product_Series_L_h4_B {
    color: #1D1D1F;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .BlogList_R_ProductL_N_p_S_B {
    color: #1D1D1F;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    display: inline-block;
    margin-right: 20px;
    /* 120% */
  }
  .BlogList_R_ProductL_N_p_X_B {
    color: #999;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    /* 150% */
  }
  .BlogList_R_Series_F {
    display: flex;
    flex-flow: column;
    gap: 24px;
    margin-top: 36px;
  }
  @media(max-width: 768px) {
    .BlogList_pc {
      display: none;
    }
    .BlogList_m {
      display: block;
    }
    .BlogList_BOX {
      flex-flow: column;
    }
    .BlogList_L {
      width: 100%;
    }
    .BlogList_R {
      width: 100%;
      padding: 0;
    }
    .BlogList_L_B {
      gap: 30px;
    }
    .BlogList_L_B_A {
      width: 100%;
    }
    .BlogList_L_B_A_B {
      padding: 30px 16px;
    }
    .BlogList_BOX {
      gap: 36px;
    }
    .BlogList_R_S_B h4 {
      font-size: 16px;
    }
    .BlogList_R_S_B a {
      width: 30vw;
    }
    .BlogList_R_S_B {
      bottom: 15%;
    }
    .BlogList_R_blog {
      margin-top: 48px;
    }
    .BlogList_R_label_L {
      gap: 12px;
    }
  }