.related__size-block {
  border-width: 1px !important;
  border-radius: 1px !important;
  height: 37px;
  min-width: 64px;
}

.related__size-selector {
  row-gap: 8px !important;
}

.related__color-img {
  border-width: 1px;
  border-radius: 0;
  width: 50px;
  height: 50px;

  @media(min-width:768px) {
    width: 55px;
    height: 55px;
  }
}

.related__color-container {
  scrollbar-width: none;
  gap: 8px !important;
  grid-template-columns: repeat(auto-fill, minmax(50px, 1fr)) !important;

  @media(min-width: 768px) {
    scrollbar-width: auto;
    grid-template-columns: repeat(auto-fill, minmax(55px, 1fr)) !important;
  }
}

.related__size-block.related__selected {
  border: 1px solid #000000;
}


.related__size-block p {
  font-size: 14px;
}

#relatedColorSizes {
  border-top: none;
  text-align: center;

  @media (min-width: 768px) {
    text-align: left;
  }
}