.related__size-selector {
  @media(min-width: 768px) {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    max-width: 100%;
    margin-bottom: 15px;
    max-height: none;
  }
}



.related__size-block {
  @media(min-width: 768px) {
    min-width: 57px;
    height: 35px;
    border: 2px #bdbdbd solid;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}