.size-table-hint {
  display: none;
}

@media (max-width: 700px) {
  .menu-toggle {
    width: 48px;
    height: 48px;
    padding: 0;
    align-items: center;
    justify-content: center;
    flex: 0 0 48px;
    border-radius: 50%;
  }

  .hero-banner {
    width: 100%;
    height: auto;
    min-height: 0;
    object-fit: contain;
    object-position: center;
  }

  .size-table-hint {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 22px 0 -12px;
    color: #52525c;
    font-size: 13px;
    font-weight: 800;
  }

  .size-table-hint span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    border-radius: 50%;
    background: #102a83;
    color: #fff;
    font-size: 18px;
  }

  .size-table {
    scrollbar-color: #245fd3 #e2e7f3;
    scrollbar-width: thin;
  }

  .size-table:focus {
    outline: 2px solid #245fd3;
    outline-offset: 3px;
  }
}
