.section--related-products {
  .swipe-mobile.swipe-mobile--1-cols {
    --column-width-mobile: 52vw;
  }

  .f-grid--gap-extra-small {
    --column-gap: 1.8rem;
  }

  .section__header {
    margin-bottom: 1.6rem;
    padding-bottom: 0;
  }

  .products-grid-wrap {
    padding-bottom: 2px;
  }

  @media (min-width: 768px) {
    .section__header {
      margin-bottom: 3.2rem;
    }
  }
}