.sizelistLink {
  font-size: 16px;
  font-weight: bold;
  margin-block: 20px 40px;
}
.sizelistLink a {
  display: inline-flex;
  gap: 10px;
  transition: all 0.3s;
}
.sizelistLink a img {
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 3px;
}
@media (hover: hover) {
  .sizelistLink a:hover {
    color: var(--linkColor);
  }
}