  .g-related-products-cn {
    padding: 2.5vw 0;
    width: 100%;
  }
@media (max-width: 977px) {
    .g-product-card__hover-footer {
        left: 16px;
        right: 16px;
        bottom: 2.19vw;
    }
}
  .g-related-products-cn__head {
   
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: clamp(1.04vw, 1.5vw, 1.88vw);
  }

  .g-related-products-cn__title {
    font-family: 'Source Han Sans', system-ui, sans-serif;
    font-weight: bold;
    font-size: clamp(1.04vw, 3vw, 2.08vw);
    color: #424558;
    margin: 0;
    position: relative;
    flex-shrink: 0;
    
    padding-bottom: clamp(0.94vw,1.2vw,1.25vw);
  }
  .g-related-products-cn__title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 4.79vw;
    height: 6px;
    background: #f5a200;
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 100%, 0 100%);
     transform: rotateX(180deg);
  }
  .g-related-products-cn__more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 1.25vw;
    font-family: 'Source Han Sans SC', 'Source Han Sans', system-ui, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #2B2B2B;
    background: transparent;
    border: 1px solid #9A9A9A;
    border-radius: 8px;
    text-decoration: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
    flex-shrink: 0;
    margin-right: 1.56vw;
  }

  @media (max-width: 1236px) {
    .g-related-products-cn__more {
      padding: 6px 14px;
      font-size: 14px;
    }
  }

 

  .g-related-products-cn__more-arrow {
    width: 1.04vw;
    height: 1.04vw;
  }

  .g-related-products-cn__grid {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
  }

  @media (max-width: 767px) {
    .g-related-products-cn {
      padding: 1.56vw 0px;
      box-sizing: border-box;
      padding-top: 0;
    }
  .g-related-products-cn__more {
    display: none;
  }
    .g-related-products-cn__grid {
      justify-content: center;
      gap:16px;
    }
  }

  @media (max-width: 991px) {
    .g-product-card[style*="flex"] {
      flex: 1 1 calc(50% - 12px);
    }
  }

  @media (max-width: 575px) {
    .g-product-card[style*="flex"] {
      flex: 1 1 100%;
    }
  }